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

Hover or ScrollInto Element #235

Open
dsa45632 opened this issue Jan 2, 2024 · 0 comments
Open

Hover or ScrollInto Element #235

dsa45632 opened this issue Jan 2, 2024 · 0 comments

Comments

@dsa45632
Copy link

dsa45632 commented Jan 2, 2024

Warning:

These issues are not tracked. Please create new issues in the main Appium
repository: https://github.com/appium/appium/issues/new
I am trying to scroll into element, in order to do that I need to scroll on the table to find the element and then hover on the element but when https://github.com/appium/appium-windows-driver?tab=readme-ov-file#windows-hover I use this hover feature as far as I understand there needs to be start and end point when I pass those it only hover on the element location but it needs to scroll on the table to make the element visible first is there any way I could just move on the element or hover? or scroll on the table ?
this only does hover to the element location not hover on the element
windowsDriver.ExecuteScript("windows: hover", new Dictionary<string, object>
{
{ "startX",0 },
{ "startY", 0},
{ "endX",startElement.Location.X },
{ "endY", startElement.Location.Y }
});
any suggestions will be thankful.

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

No branches or pull requests

1 participant