LearnBoost / soda

Selenium Node.JS adapter
http://labs.learnboost.com
464 stars 43 forks source link

Selenium RC Example doesn't work properly #47

Open changmason opened 12 years ago

changmason commented 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!

chrisdeely commented 12 years ago

The actual example files appear to have been updated, this issue exists in the Readme only