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.
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.