openUrlNewWin
See Managing multiple windows/tabs. Opens the given url in a new window/tab and switches to it.
openUrlNewWin(url)
# Or
openUrlNewWin(url, windowType)
#
Parametersurl
: Fully qualified url to openwindowType
: Astring
. Eitherwindow
ortab
. If omitted, default istab
.
#
Returns- No value