T
T
Timur Tuz2014-12-03 13:08:59
.NET
Timur Tuz, 2014-12-03 13:08:59

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()

As a result, phantomjs.exe processes run in an endless loop until the blue screen. Errors when debugging to the death screen does not pop up.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Timur Tuz, 2014-12-03
@TTA

Question removed)) Never name your .net project "PhantomJS" )))

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question