millibyte
Any way at all to make a button click action in multiple tabs at the same time in selenium?
I don't think you will be able to do this without switching tabs. Selenium requires focus for UI interactions just like regular browser usage
I would investigate why it's slow for you to switch tabs -- run in headless if possible, check for reported performance issues with your version, etc.
3 replies