Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Active Element Func Listed, But Not Implemented #597

Open
cjfritz opened this issue Jul 21, 2019 · 2 comments
Open

Active Element Func Listed, But Not Implemented #597

cjfritz opened this issue Jul 21, 2019 · 2 comments

Comments

@cjfritz
Copy link

cjfritz commented Jul 21, 2019

Upon attempting to use the following command given in the wd docs,
image
I receive this error:

 Error: [active()] Error response status: 13, , UnknownError - An unknown server-side error occurred while processing the command. Selenium error: Method has not yet been implemented

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.

@imurchie
Copy link
Collaborator

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.

@cjfritz
Copy link
Author

cjfritz commented Jul 25, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants