appium / appium-for-mac

[deprecated] Application for automating a mac app with JSON wire protocol
Apache License 2.0
193 stars 70 forks source link

AppiumForMac does not return list of webelements when successfully find_elements_by_xpath #104

Open jknguyen621 opened 3 years ago

jknguyen621 commented 3 years ago

I am trying to do Desktop Application UI automation for all of the MS Office Suite. I am starting with Word, and not getting much support from the appiumformac side.I am expecting a list of webelements to be returned by this called to find_elements_by_xpath. However, it does not. No way for me to go deeper into the lower level webelements to interact and do what i need to do for full Desktop UI Automatio.