Running Firefox in Headless Mode : New Selenium Feature

preview_player
Показать описание
With the latest version of Firefox browser, you can execute your Selenium test cases in headless mode without opening the browser UI. We will cover how to do that in Java.
Рекомендации по теме
Комментарии
Автор

Hi, I have a requirement to implement headless browser when needed and then show the firefox in some cases, So can I implement both in the same scraper

magik
Автор

Java

Hi brother, I have a problem please help
Don't work for me
FirefoxOptions options = new FirefoxOptions();
options .addArguments("--window-size=1280, 1024");
If you answer me I will be thankful and grateful with my regards
I don't want this


kamalennaji
Автор

Nice video I have a question is it possible to use google chrome with headless mode

prabhuak