selenium
selenium copied to clipboard
Does vendor/init.go support MacOS downloads?
While working on a mac machine, I ran vendor/init.go and downloaded a whole bunch of binaries but they didn't seem to work. When looking around the init.go file, I see that only the linux binaries are being downloaded. Shouldn't the platform be set dynamically so that if the file is being executed in Mac, it downloads mac binaries?