Any way at all to make a button click action in multiple tabs at the same time in selenium?
I tried tab switching and clicking (300 ms delay each) & clicking directly through handles & javascript executions but can't seem to do it. I am fine with somewhere between 100-150 ms delays between the each click. Thanks.
2 Replies
What are you trying to make?
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.