I would like to open links in new tabs in a loop. I don’t want to use it via the interface meaning I don’t want to simulate “Ctrl + T” and so on. There’s an activity “Navigate To” but it opens a link in the same tab. How do I change that?
Use click with clicktype “Middle” on the link.
1 Like
You can use Click Activity and in ClickType choose BTN_MIDDLE
1 Like
Check this out:
@MGMKLML 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.
Hi
Could you please share some sample code as I’m unable to make this work.
Thanks