appium-boneyard / appium-selendroid-driver

Appium's Selendroid integration
Apache License 2.0
9 stars 16 forks source link

Avoid 500 error while calling getRect method on selendroid element #44

Closed mykola-mokhnach closed 7 years ago

mykola-mokhnach commented 7 years ago

Unfortunately Selendroid module itself is not maintained, but we still have to use it. And it started to fail after upgrade to Selenium 3, since the module does not implement the newly added getRect endpoint. This PR fixes the problem by patching the call inside selendroid driver and returning the correct response.

jlipps commented 7 years ago

published in appium-selendroid-driver@1.6.1