You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for virtual display (Xvfb) to simulate headful browser mode, helping bypass anti-bot mechanisms while running in headless environments.
Problem
Current headless mode is often detected by anti-bot systems
Some websites block or behave differently with headless browsers
Running on servers requires headful simulation
Proposed Solution
Integrate virtual display support:
Use Xvfb for virtual framebuffer
SeleniumBase already implemented this, here is a snap:
The text was updated successfully, but these errors were encountered:
Ehsan-U
changed the title
Support For Virtual Display
Support For Virtual Display (Xvfb)
Jan 15, 2025
Feature Description
Add support for virtual display (Xvfb) to simulate headful browser mode, helping bypass anti-bot mechanisms while running in headless environments.
Problem
Current headless mode is often detected by anti-bot systems
Some websites block or behave differently with headless browsers
Running on servers requires headful simulation
Proposed Solution
Integrate virtual display support:
SeleniumBase already implemented this, here is a snap:
The text was updated successfully, but these errors were encountered: