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
The underlying method being called in navigate is Selenium's url function which accepts an optional callback. navigate should be able to pass in an optional callback that gets passed down to url function.
The text was updated successfully, but these errors were encountered:
The underlying method being called in
navigate
is Selenium'surl
function which accepts an optional callback.navigate
should be able to pass in an optional callback that gets passed down tourl
function.The text was updated successfully, but these errors were encountered: