Skip to content

Instantly share code, notes, and snippets.

@dlai0001
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dlai0001/f1be98263a470e26ba42 to your computer and use it in GitHub Desktop.
Save dlai0001/f1be98263a470e26ba42 to your computer and use it in GitHub Desktop.
selenium server
cinst GoogleChrome
cinst Firefox
cinst SeleniumServer
cinst SeleniumChromeDriver2
cinst SeleniumIEDriver
cinst fiddler4
cinst phantomjs
@dlai0001
Copy link
Author

=== c:\selenium\startserver.bat ===

java -jar c:\selenium\selenium-server-standalone.jar

@dlai0001
Copy link
Author

==c:\selenium\invisible.vbs==

Dim oShell
Set oShell = WScript.CreateObject ("WScript.Shell")
oShell.run "startserver.bat", 0, False
Set oShell = Nothing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment