Open cjfritz opened 5 years ago
This is a server-side issue. The particular server you are interacting with does not implement that method in the context you are in. If you were running against something else (say, Selenium vs. Appium) this would not be the case.
I am using wd in an mobile context through Appium, and according to their docs, the active()
driver function is available, though I experience the issue above.
Upon attempting to use the following command given in the wd docs, I receive this error:
Will this function be implemented in a coming release? If not, should it be removed from the docs for now to avoid confusion? After researching, I am unable to find a workaround, but if anyone has any ideas on how to get the element in focus without a locator, that would be excellent! Thanks for your time.