CAN I OPEN 2 TABS AT ONCE IN SELENIUM ?
Honestly not sure about this, you can probably hold CTRL and press T to open a new tab (3 blocks = KeyDown CTRL + KeyPress T + KeyUp CTRL) or execute some js or click a link with middle mouse button and then CTRL + W to close it after. Let me know if you managed to do it.
2 Likes