I am runing two chrome browser via selenium, all I want to do is open a website in both and save html, I am using pyuserinput keyboard to simulate ctrl+s(save first html) and alt+tab(change browser) and ctrl+s(save second html) , however when I run the script most of time it only save first browser and move to second browser but no simulate ctrl+s on second browser. Can you help me about this issue.
I am runing two chrome browser via selenium, all I want to do is open a website in both and save html, I am using pyuserinput keyboard to simulate ctrl+s(save first html) and alt+tab(change browser) and ctrl+s(save second html) , however when I run the script most of time it only save first browser and move to second browser but no simulate ctrl+s on second browser. Can you help me about this issue.