selenium-cucumber-js icon indicating copy to clipboard operation
selenium-cucumber-js copied to clipboard

The selenium "until" class UNUSED to wait for elements/events

Open dimonk87 opened this issue 7 years ago • 0 comments
trafficstars

Hello @john-doherty! I try to use "stalenessOf( element )" condition driver.wait(until.stalenessOf('mat-spinner'));

but I got "TypeError: element.getTagName is not a function" How can I wait until element will be invisible?

dimonk87 avatar Mar 01 '18 14:03 dimonk87