Answer the question
In order to leave comments, you need to log in
Running PhantomJS via Selenium. Where is the mistake?
Firework! I am doing a HW project to work with phantomjs through Selenium. (I write in vb). Through nuget I installed the latest webdriver and phantomjs.exe
I do a simple one:
Dim driverService = PhantomJSDriverService.CreateDefaultService()
Dim driver = New PhantomJSDriver(driverService)
driver.Navigate().GoToUrl(New Uri("http://ya.ru"))
driver.Quit()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question