I thought i saw it somewhere, but cant find it again: how do i switch tabs in a browser with u-xer. I have a scenario that uses 4 tabs in chrome. Having them all visible at the same time is not workable. How can i go from one to the other if i cant read the name of the tab? Is there a command for this?
If you can’t read the name of the tab, you can use keyboard shortcuts.
Make sure to try it on your keyboard manually in advance. It maybe different in your PC / browser / OS. Also make sure that the browser is the active window.
For example I have Windows 10, and I am using Firefox.
I have below options:
SendKeys CTRL+TAB → Moves to the next tab.
SendKeys CTRL Shift + TAB → Moves to the previous tab.
SendKeys CTRL+1 → Opens the first tab
SendKeys CTRL+2 → Opens the second tab