-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add focus checking methods to graybox #4
Comments
|
@aurimasmi to test this:
To help development use appium inspector:
P.S. https://github.com/flexn-io/graybox/tree/feat/tvs-focus-support here is branch with graybox updates |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
focused
does not change totrue
when element is focused, it always has valuefalse
. Also tried adding changed values of attributes to components in js of the app. But none of them seem to change the value returned in the app. Also tried wdio methods which return element color and other things but most of them are only implemented for browser automationThe text was updated successfully, but these errors were encountered: