andycha28 / php-webdriver-bindings

Automatically exported from code.google.com/p/php-webdriver-bindings
0 stars 0 forks source link

Cannot locate element using whitespace when browser uses   #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Find browser page with uses   for whitespaces.

What is the expected output? What do you see instead?
No such element exception

What version of the product are you using? On what operating system?
0.7.0, RC 2.4.0

Please provide any additional information below.

Original issue reported on code.google.com by rich.sin...@gmail.com on 30 Aug 2011 at 2:55

GoogleCodeExporter commented 8 years ago
Ignore:

 used \xC2\xA0 in xpath expression

Original comment by rich.sin...@gmail.com on 30 Aug 2011 at 3:41

GoogleCodeExporter commented 8 years ago
there is also normalize-space(string) xpath function which can be useful

Original comment by lukasz.k...@gmail.com on 1 Sep 2011 at 2:13

GoogleCodeExporter commented 8 years ago

Original comment by lukasz.k...@gmail.com on 1 Sep 2011 at 3:12