OI
Size: a a a
OI
A
script: 'return (function isElementDisplayed(element) {\n' +
' function nodeIsElement(node) {\n' +
' if (!node) {\n' +
' return false;\n' +
' }\n' +
......
BO
script: 'return (function isElementDisplayed(element) {\n' +
' function nodeIsElement(node) {\n' +
' if (!node) {\n' +
' return false;\n' +
' }\n' +
......
A
BO
BO
A
BO
//
// Set specific log levels per logger
// use 'silent' level to disable logger
logLevels: {
webdriver: 'info',
'@wdio/applitools-service': 'info'
},
BO
A
//
// Set specific log levels per logger
// use 'silent' level to disable logger
logLevels: {
webdriver: 'info',
'@wdio/applitools-service': 'info'
},
BO
A
VB
const pages = await browser.pages();
return pages[pageIndex];
pages
- deprecated
VB
const tabs = await browser.pages(); await tabs[3].close();
т.е. табу №3 закроет, но я немогу сфокусировать выполнение теста т.е. переключится полноценно на табу с нужным мне индексомOI
VB
bringToFront
VG
[chrome mac os x #0-0]
[chrome mac os x #0-0] 1) when editing multiple employees can select multiple employees and go to bulk editor
[chrome mac os x #0-0] done() called multiple times
[chrome mac os x #0-0] Error: done() called multiple times
[chrome mac os x #0-0] at multiple (/Users/vgrygoruk/code/dashboard/node_modules/mocha/lib/runnable.js:313:26)
[chrome mac os x #0-0] at done (/Users/vgrygoruk/code/dashboard/node_modules/mocha/lib/runnable.js:325:14)
[chrome mac os x #0-0] at /Users/vgrygoruk/code/dashboard/node_modules/mocha/lib/runnable.js:392:11
[chrome mac os x #0-0] at processTicksAndRejections (internal/process/task_queues.js:93:5)
OI
bringToFront
newTab = tabs[index]
const element = await newTab.$('');
AD
OK