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
If underlaying WebDriver function returns some kind of result, we should also provide it to the user. For example, execute and execute_script returns result but we omit it and there is no way to know if the function executed successfully.
The text was updated successfully, but these errors were encountered:
If underlaying WebDriver function returns some kind of result, we should also provide it to the user. For example,
execute
andexecute_script
returns result but we omit it and there is no way to know if the function executed successfully.The text was updated successfully, but these errors were encountered: