LearnBoost / soda

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

assertTextNotPresent not working #56

Open nitingautam opened 11 years ago

nitingautam commented 11 years ago

I am trying to use assertTextNotPresent command which is listed in soda js files but it is not supporting...

nitingautam commented 11 years ago

I added this manually to client.js under accessors array and it worked for me. please update at your end with latest supported commands.

exports.accessors = []

bingomanatee commented 11 years ago

the wd project is the best maintained selenium bridge for Node. I'd encourage you to investigate there.

nitingautam commented 11 years ago

bingomanatee is wd using same syntax like Soda ?

paulbjensen commented 10 years ago

Hi,

The npm published version of the module does not contain the latest commit to this repo, where this issue was fixed.

It would be good if the npm version could be bumped and published.