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
This is a question more related to the WebDriver and not the crate.
I'm currently trying to move my project from rust-headless-chrome- to fantoccini so that users have more options as to what browser they want to use. However, one of the sites that my app goes to automatically blocks all automated browsers. In rust-headless-chrome I can start the browser without the --enable-automation flag and it works. Is there a way I can do something similar with chromedriver, etc. Or alternatively, is it possible to run some JS before the page loads to hide the window.navigator.webdriver property?
Thanks,
Bob
The text was updated successfully, but these errors were encountered:
This is a question more related to the WebDriver and not the crate.
I'm currently trying to move my project from rust-headless-chrome- to fantoccini so that users have more options as to what browser they want to use. However, one of the sites that my app goes to automatically blocks all automated browsers. In rust-headless-chrome I can start the browser without the
--enable-automation
flag and it works. Is there a way I can do something similar withchromedriver
, etc. Or alternatively, is it possible to run some JS before the page loads to hide thewindow.navigator.webdriver
property?Thanks,
Bob
The text was updated successfully, but these errors were encountered: