ḥari
2 years agoFrequent Contributor
Page variable for new tab in mobile testing
Hi
In mobile testing while opening a new tab and the page variable want to point out that new tab.
Refer the below code which I am using for page variable
Virtual Browser. Item(devices[k]). Run(s) ;
Let browser=Aliases.browser;
Let page=browser.page("*") ;
How to navigate the page variable to newtab
In mobile testing while opening a new tab and the page variable want to point out that new tab.
Refer the below code which I am using for page variable
Virtual Browser. Item(devices[k]). Run(s) ;
Let browser=Aliases.browser;
Let page=browser.page("*") ;
How to navigate the page variable to newtab