Skip to content
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

I seem to not be able to get Horizontal Scrolling to work anymore #816

Open
aaronportier opened this issue Aug 12, 2024 · 3 comments
Open

Comments

@aaronportier
Copy link

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?

@Dor-bl
Copy link
Collaborator

Dor-bl commented Sep 24, 2024

@aaronportier, Can you please share some appium logs?
Also, the dotnet client version you are using will be helpful.

@aaronportier
Copy link
Author

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

@Dor-bl
Copy link
Collaborator

Dor-bl commented Oct 8, 2024

@aaronportier please provide a snippet of the code and appium logs. It's not clear for what action you receive that error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants