L
L
LordOftheCode2021-08-19 15:54:09
C++ / C#
LordOftheCode, 2021-08-19 15:54:09

How to hide browser in selenium c#?

How to hide browser in selenium c# ?
I didn’t find information in Google, I found only non-working

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
taktik, 2021-08-19
@LordOftheCode

Running selenium in a docker container - https://github.com/SeleniumHQ/docker-selenium
Connect like this:

var driver = new RemoteWebDriver(new Uri("http://localhost:4444/wd/hub"), DesiredCapabilities.Firefox());

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question