We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unknown 'mobile:' script command. See https://github.com/2gis/winphonedriver/wiki/Command-Execute-Script for supported commands getAppiumDriver().executeScript("mobile: scroll", scrollObject);
Thanks
The text was updated successfully, but these errors were encountered:
It is Appium specific executeScript command that is not implemented in winphonedriver.
If you want this command implemented, please file an issue at https://github.com/2gis/Winium.Mobile.
We merged windowsphonedriver and Winium.StoreApps projects, any further development will be made in Winium.Mobile repo, this repo is discontinued.
Sorry, something went wrong.
See Winium.Mobile release https://github.com/2gis/Winium.Mobile/releases/tag/v1.7.1
Here is docs on how to use ExecuteScript to scroll and more https://github.com/2gis/Winium.Mobile/wiki/Command-Execute-Script
ExecuteScript
list_box = self.driver.find_element_by_id("ListBox") scroll_info = {"v": "smallIncrement", "count": 10} self.driver.execute_script("automation: ScrollPattern.Scroll", list_box, scroll_info)
No branches or pull requests
Unknown 'mobile:' script command. See https://github.com/2gis/winphonedriver/wiki/Command-Execute-Script for supported commands
getAppiumDriver().executeScript("mobile: scroll", scrollObject);
Thanks
The text was updated successfully, but these errors were encountered: