Hi guys,
I’m opening a web page in chrome where i have to click on a button which takes me to a new tab and do some data entry and come back. How do I handle this new tab in attach browser?
Hi guys,
I’m opening a web page in chrome where i have to click on a button which takes me to a new tab and do some data entry and come back. How do I handle this new tab in attach browser?
Hi, @kishore.shetty,
you can follow some instruction…
for the new tab check the name of the tab , if it is same as first or part of the tab name is same then you can use the same attach browser with wild cards(*)
ex:
tab1
<html app=‘chrome.exe’ title=‘A4D - Distribution Plan’ />"
tab2
<html app=‘chrome.exe’ title=‘A4D - Dash borad’ />"
common selector:
<html app=‘chrome.exe’ title=‘A4D*’ />"
if tab names are not same then for the new tab go with one more attach browser.
above might help you
Regards
Ajay
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.