OI
☝🏿
Size: a a a
OI
SC
SC
[0-0] 2019-12-05T06:22:34.298Z ERROR webdriver: Request failed due to element not interactable: element not interactable
SC
SC
click(){
try{
const func = () => {
try{
this._element.click();
return true;
}
catch (e) {
if(e.message.includes("element not interactable")){
return false;
}
throw e;
}
};
wait.waitForTrue(func, "Element should be interactable");
}
catch(e){
throw new AssertionError(e.message);
}
}SC
OP
VG
VG
E
OI
E
VG
E
IL
browser.url("chrome://downloads/"); там будут твои скачанные файлы и уже найти в html свойBO
IL
body и текст у него - если например ты знаешь какое имя у файла)E
BO
OI