Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
781 views
in Technique[技术] by (71.8m points)

selenium - Which drivers support "no-browser"/"headless" testing?

Actually I want to run my selenium code on server where dont want open the any browser. But I am confused which webdriver is use for the server which do all task (where I download some files from some site and store in my server).

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

To execute your Test Suite through Selenium without opening any browser you can use any of the Browser Client from the following list :


Headless Browser

Headless Browser is a web browser without a Graphical User Interface controlled programmatically used for automation, testing, and other purposes.

Headless Browser Engines

These Headless Browser Engines fully render web pages or run JavaScript in a virtual DOM :

Headless Browser Engines

Headless Multi Drivers

These Headless Multi Drivers libraries can control multiple browser engines (typically using Selenium) :

Headless Multi Drivers


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...