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

Selenium 4.3 and later breaks TapCoordinates #84

Open
jeromelaban opened this issue Apr 28, 2023 · 0 comments
Open

Selenium 4.3 and later breaks TapCoordinates #84

jeromelaban opened this issue Apr 28, 2023 · 0 comments

Comments

@jeromelaban
Copy link
Member

For some unknown reason, Selenium 4.3 and later breaks TapCoordinates:

void IApp.DoubleTapCoordinates(float x, float y)
{
PerformActions(a => a
.MoveToElement(_driver.FindElement(By.TagName("body")), 0, 0)
.MoveByOffset((int)x, (int)y)
.DoubleClick());
}

Tap with an explicit element is not impacted.

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