Hello,
is it possible to many websites in one browser window? I know that there is JS injection, but the problem is how to execute method declared in script?
Do u want to open many tabs in a single browser? Did u try using hot keys? ctrl + T to open the tab and use the type and click events to enter the URL and search.
You can use “Navigate To” Activity as well
Regards…!!
Aksh
2 Likes
Hi I am using below Step
- Attach Existing Browser using “Attach browser”
- Send Hotkey "Ctrl + t " to open a new tab
- Attach Newly opened tab using “Attach browser” Activity in the same browser
- Use the “Navigate” Activity to search the URL.