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

Allowing to open page in desktop mode #438

Open
davidrsch opened this issue Jan 8, 2025 · 0 comments
Open

Allowing to open page in desktop mode #438

davidrsch opened this issue Jan 8, 2025 · 0 comments

Comments

@davidrsch
Copy link

I have been using the rvest package extensively over the past few months for web scraping, and I’ve found the read_html_live function particularly useful, encountring only an issue that I’ve already reported. During my web scraping activities, I noticed that some pages are not well-optimized for mobile mode—certain selectors and buttons do not function correctly.

Given this, I believe it would be a valuable feature to allow users to specify whether a page should be opened in a mobile or desktop Chrome window. Currently, whenever I execute the $view() method, the page defaults to mobile mode, and I haven’t found a way to switch to desktop mode. This behavior might be related to chromote, and addressing it could enhance usability.

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