How do you navigate between other URLS?

Hi @billowingpine4262,

You can use to click “+” Icon to open new tab just like a human would do. Then if you want to go back to previous tab, click the tab using the tab name.

You can copy and paste the following scenario, personalize it with your preferred links, and run it.

OpenBrowser Chrome -Incognito false
Write “www.google.com
SendKeys ENTER
Click Image {PlusIcon}
Write “https://www.wikipedia.org/
SendKeys ENTER
Click Text “Google”

Before running the scenario, it’s necessary to define scenario parameters as images on your own screens. You can see how to create an image parameter below link.