How can i press keyboard keys with selenium without physical keyboard How can i press keyboard keys with selenium without physical keyboard selenium selenium

How can i press keyboard keys with selenium without physical keyboard


In that case you can use "sikuli" which is basically uses image recognition to identify and control GUI components. You can find it here

Steps would be :

  1. Download sikuli java jar
  2. Add this jar to your build path
  3. Crop the pop up you want to click
  4. Write desired sikuli code for that.

Please let me know if it can help You. If you wish to add sikuli in your project. I can help you for that very basic sikuli script.