admc / wd

A node.js client for webdriver/selenium 2.
Other
1.53k stars 402 forks source link

Why wrong input get right answer? #493

Open jokingzhang opened 7 years ago

jokingzhang commented 7 years ago

When i use driver.elementByAccessibilityId('Views').should.eventually.to.not.exist. I get pass; image When i use driver.elementByAccessibilityId('Views').should.eventually.exist. I also get pass; image Why is this so? Can I use console.log to get reason ?

imurchie commented 7 years ago

Can you post the Appium logs for these two cases?