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

page.mouse.wheel() and page.go_back() not working #196

Open
maxiedaniels opened this issue Feb 10, 2025 · 0 comments
Open

page.mouse.wheel() and page.go_back() not working #196

maxiedaniels opened this issue Feb 10, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@maxiedaniels
Copy link

Describe the bug:

I noticed the other day that go_back wasn't working, and then today, scrolling isn't working either. The only clue I can see is that the back and forward buttons aren't even clickable when using camoufox test. If I switch the engine out for Playwright, neither of these issues occur. I've tried turning humanize off and I've tried removing the screen constraints, no dice.

Screenshots:

If applicable, add screenshots to help explain your problem.

To Reproduce:

constrains = Screen(max_width=1920, min_width=1500, max_height=1080, min_height=750)
engine = Camoufox(os=["windows", "macos"], geoip=True, humanize=True, screen=constrains)
with engine as p:
page = p.new_page()
page.mouse.wheel(0, 500)

Version:

Pip package: v0.4.11
Camoufox: v135.0-beta.21 (Up to date!)

@maxiedaniels maxiedaniels added the bug Something isn't working label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant