MarketSquare / remoteswinglibrary

RemoteSwingLibrary
Apache License 2.0
31 stars 39 forks source link

No possibility for shift + click on button #76

Closed karusha closed 5 years ago

karusha commented 5 years ago

Dear RemoteSwingLibrary gurus,

we are using RobotFramework and RemoteSwingLibrary in test automation of our project. Really need the possibility to click on button + shift. I see that it is possible for table cell using Click On Table Cell, would it be possible to add similar functionality for a button?

Many thanks in advance.

mihaiparvu commented 5 years ago

Implemented in https://github.com/robotframework/SwingLibrary/commit/53b0f5ae5fc79b95701129e7fe99291299bd1ef6.

karusha commented 5 years ago

Many thanks!