-
Notifications
You must be signed in to change notification settings - Fork 420
Open
Labels
Description
I am trying to execute
go run init.go in the vendor folder.
I can see that the there are many dependencies which are not met by windows for example tar and unzip.
I managed to get those files using gnuwin32, and now I am seeing issues with unzipping the gecko driver.
Anyways, it seems like the init.go script is downloading linux specific browsers which won't work in windows.
Do you have a suggestion/example to make this work in Windows?
Edit -
https://github.com/tebeka/selenium/blob/master/example_test.go#L18
Where is 'example' in this code that needs to be removed?
meitark