Open changmason opened 12 years ago
in Selenium RC Example, this line
.clickAndWait('btnG')
doesn't really receive a newPageLoaded flag from current google search, maybe it should be changed to
.click('btnG') .waitForElementPresent( 'foot' )
instead!
The actual example files appear to have been updated, this issue exists in the Readme only
in Selenium RC Example, this line
doesn't really receive a newPageLoaded flag from current google search, maybe it should be changed to
instead!