Open GoogleCodeExporter opened 9 years ago
What you want is a headless browser. There is one included with this wrapper
named PhantomJS :
Dim driver As New SeleniumWrapper.WebDriver
driver.start "phantomjs", "http://www.google.com/"
driver.open "/"
...
driver.quit
Unfortunately a console window is launched a the beginning and closed at the
end of the execution. For now it's not possible to hide it, but I had a quick
look at the Selenium project as this one is build on it and it looks like it
will be possible in the next release.
Original comment by florentbr
on 21 Jan 2014 at 10:04
Original comment by florentbr
on 8 Sep 2014 at 5:40
Hi!
I would like to ask whether is it possible now to open a headless browser now?
If so, then can you give me an example, please? Thank you in advance!
Original comment by viktor.s...@gmail.com
on 9 Jan 2015 at 9:31
Oh, and i meant in selenium without phantomJS
Original comment by viktor.s...@gmail.com
on 9 Jan 2015 at 9:32
PhantomJS is the only headless browser available in SeleniumVBA.
Why doesn't it fit your needs?
Original comment by florentbr
on 9 Jan 2015 at 10:39
Original issue reported on code.google.com by
shan4sha...@gmail.com
on 21 Jan 2014 at 8:34