-
Notifications
You must be signed in to change notification settings - Fork 391
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
feat: Make isFocused attribute available for iOS elements #692
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lg
minor: Will you include for xpath as well?
https://github.com/appium/WebDriverAgent/blob/master/WebDriverAgentLib/Utilities/FBXPath.m#L98-L104
Btw, I think we also can expose isSelected and hasKeyboardFocus for the page source and attribute. let me create this idea |
not sure we need to overload page source xml with this stuff |
Sounds good. not have a strong motivation for the XPath things. (not for this pr) I wondered if the original motivation to expose the focused was expected by hasKeyboardFocus's result. I mean if an element was focused by keyboard like a search bar. |
btw, should we merge this for appium/appium-xcuitest-driver#1661 ...? let me merge this |
## [4.15.0](v4.14.0...v4.15.0) (2023-05-04) ### Features * Make isFocused attribute available for iOS elements ([#692](#692)) ([0ec74ce](0ec74ce))
🎉 This PR is included in version 4.15.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
appium/appium#18600