You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to ensuring its not just a me issue.
Here is the code I am using I thought it worked at one time for Scrolling in the past:
I have not found any type of Swipe that might be better so I am using the Scroll below.
After some work I was able to get it to work again. I am stumped with the newest build I egt this wehn i try to run it. OpenQA.Selenium.WebDriverException : The newSession command returned an unexpected error. Authorization required
I am unable to ensuring its not just a me issue.
Here is the code I am using I thought it worked at one time for Scrolling in the past:
I have not found any type of Swipe that might be better so I am using the Scroll below.
_driver.FindElement(MobileBy.AndroidUIAutomator("(new UiScrollable(new UiSelector().scrollable(true)).setAsHorizontalList().ScrollIntoView(new UiSelector().text('target fire'))")).Click();
Instead it just does nothing or come back with parser issue or missing method name?
The text was updated successfully, but these errors were encountered: