You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: