-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add optional Timeout and Raise parameters #40
Labels
Comments
One more idea... if you can at least expose "raise" and "timeout" parameters for Navigate, then convert Navigate to a function with Boolean return of True if no error, and False if error, as in this below:
Then user could do something like this:
|
Here is what raise-enabled Execute looks like (edited to fix Execute bug #46):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Consider adding optional Timeout and Raise parameters similar to SeleniumBasic WebDriver methods as in:
Optional Timeout in milliseconds (if not specified, defaults to WebDriver default or previously user-specified timeouts)
Optional Raise as Boolean to turn on/off error messaging
The text was updated successfully, but these errors were encountered: