SavinaRoja / PyUserInput

A module for cross-platform control of the mouse and keyboard in python that is simple to install and use.
GNU General Public License v3.0
1.07k stars 244 forks source link

Problem in excution of multiple keys on different windows #64

Closed mhmughees closed 8 years ago

mhmughees commented 9 years ago

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.

edwanvi commented 9 years ago

Please close this, it is a dupe of Issue #65.