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
Given a user defines a frame via:
<div style="transform: scale(0.5); transform-origin: top left; margin: 1rem; width: 400px; height: 400px; border: 1px solid black"> <iframe id="scaled" src="./other.html?scaled" style="width: 100%; height: 100%; border: 0"></iframe> </div>
Interactions with elements within that frame fail, e.g. don't happen. I assume it is because the driver fails to properly calculate the coordinates. Please find a great reproducible example here: https://github.com/hi-ogawa/reproductions/tree/main/webdriverio-css-transform created by a WebdriverIO community member.
see also webdriverio/webdriverio#13724
The text was updated successfully, but these errors were encountered:
I thought that we already had such an issue filed but I cannot find one.
See w3c/webdriver-bidi#787 as well for WebDriver BiDi.
Sorry, something went wrong.
No branches or pull requests
Given a user defines a frame via:
Interactions with elements within that frame fail, e.g. don't happen. I assume it is because the driver fails to properly calculate the coordinates. Please find a great reproducible example here: https://github.com/hi-ogawa/reproductions/tree/main/webdriverio-css-transform created by a WebdriverIO community member.
see also webdriverio/webdriverio#13724
The text was updated successfully, but these errors were encountered: