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
Current documentation shows you can add named tabs via SwitchTo and OpenTab but same is not included for:
CloseTab
Reload
GoTo (I.e for when you already have an existing tab open but want to give it a name)
Right now you can add names for tabs you are about to open, and switch between existing tabs with names but there should also be logic to close existing tabs or to name existing tabs with no name, or to identify and switch to tabs with no name e.g that have {name:null}
similarly, the name parameter can be applied on browser level with:
OpenBrowser
CloseBrowser
OpenIncognitoWindow
CloseIncognitoWindow
Current documentation shows you can add named tabs via SwitchTo and OpenTab but same is not included for:
CloseTab
Reload
GoTo (I.e for when you already have an existing tab open but want to give it a name)
Right now you can add names for tabs you are about to open, and switch between existing tabs with names but there should also be logic to close existing tabs or to name existing tabs with no name, or to identify and switch to tabs with no name e.g that have {name:null}
similarly, the name parameter can be applied on browser level with:
OpenBrowser
CloseBrowser
OpenIncognitoWindow
CloseIncognitoWindow
example:
openBrowser()
openTab(‘google.com’,{name:”hi”})
closeTab({name:”hi”})
will throw error “No tab(s) matching [object Object] found
The text was updated successfully, but these errors were encountered: