DescriptionFor some reason I don't understand yet, the xpath selector
//*[@class='readytotest']
fails to match a <div class="readytotest"> in IE. No match means
the browser test driver never thinks the browser is ready, so the
tests hang indefinitely.
This CL replaces that selenium By.xpath matcher with By.className,
which does work on IE.
//*[contains(@class,'foo')] does work, so those don't need to be
changed.
Patch Set 1 #
Total comments: 1
MessagesTotal messages: 3
|
|||||||||||||||||||