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

Allow Appium to Scroll To a particular element on screen #109

Open nkjith opened 3 years ago

nkjith commented 3 years ago

Adding Scroll To functionality which will help OSX Applications to scroll to a particular element. The code increments the scroll bar and checks if the passed on element is visible.

mykola-mokhnach commented 3 years ago

Thanks for your contribution @nkjith

Just FYI: we are currently working on a next-gen mac driver based on XCTest - https://github.com/appium/appium-mac2-driver It implements the most of the features that, for example, mobile xcuitest driver has. Perhaps, it makes sense to support its development rather than trying to fix this one