selenium-powershell icon indicating copy to clipboard operation
selenium-powershell copied to clipboard

Error when using timeout in Find-SeElement

Open brimur opened this issue 2 years ago • 0 comments

I just tried to add a timeout to this and got the error below. Command works fine without the timeout.

Find-SeElement -Timeout 5 -Driver $Driver

Exception calling "Until" with "1" argument(s): "Timed out after 5 seconds" At C:\Program Files\WindowsPowerShell\Modules\Selenium\3.0.1\Selenium.psm1:763 char:13

brimur avatar Aug 30 '22 17:08 brimur