We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a956044 commit 6e15fa9Copy full SHA for 6e15fa9
javascript/node/selenium-webdriver/lib/webdriver.js
@@ -1393,7 +1393,6 @@ class WebDriver {
1393
const params = JSON.parse(message)
1394
if (params.method === 'Runtime.bindingCalled') {
1395
let payload = JSON.parse(params['params']['payload'])
1396
- debugger;
1397
let elements = await this.findElements({
1398
css: '*[data-__webdriver_id=' + payload['target'],
1399
})
0 commit comments