Hi
I have started practicing web Automation. I have create sample web process in Google Chrome/IE and when I run, it opens different session of Chrome/IE browser. I want it to run on same existing web browser in different Tab. How can it be Achieved.
@manyu5101, For instance, you can simulate hotkeys “Ctrl + T” and this will open a new tab in the same window.
I would add - Attach browser to get an open browser followed by @MGMKLML s comment
@kaderms Agree Or use Open Browser if there’s a need to open several tabs upon opening a browser when it’s not opened.
@manyu5101 Hi I am using below Step