Sub Toto_Szerencsejatek()
Dim my_url As String
Dim driver As New Selenium.WebDriver
my_url = "http://www.szerencsejatek.hu/toto"
driver.Start "firefox", my_url
driver.Get my_url
End Sub
It's possibly VBA's garbage collection routine killing the driver process as your program finishes.
Whst happens if you set the driver object to null/nothing (to break the link to the open browser) at the end of your method?
> --
> You received this message because you are subscribed to the Google Groups "Selenium Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
> To post to this group, send email to seleniu...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/b74a2059-c7e7-4214-8853-5e956addb38c%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/354d9bb7-1954-4932-9936-9621b0d58075%40googlegroups.com.