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
Hi!
I try to inject JS:
window.scrollTo(0, 200);
But nothing happens, a page stays at the same place :(
Moreover, window.pageYOffset and window.pageXoffset contain modified values as if scroll has been provided successfully.
window.pageYOffset
window.pageXoffset
Thanks.
The text was updated successfully, but these errors were encountered:
docs: 'window.scrollTo' does not work in [email protected] driver
408a4c9
operasoftware/operaprestodriver#108
No branches or pull requests
Hi!
I try to inject JS:
But nothing happens, a page stays at the same place :(
Moreover,
window.pageYOffset
andwindow.pageXoffset
contain modified values as if scroll has been provided successfully.Thanks.
The text was updated successfully, but these errors were encountered: