admc / wd

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

Report error if method not available in requested scope #496

Closed ysukhoverkhov closed 5 years ago

ysukhoverkhov commented 7 years ago

The problem

When I write code like

element.waitForElementByCss('>', '.big-red-thing');

Then I expect it to search for in element's scope. But it silently searches in document's scope.

Can we make this an explicit error like proposed?

admc commented 6 years ago

Is this still a useful change?