Last active
August 29, 2015 14:01
-
-
Save dlai0001/f1be98263a470e26ba42 to your computer and use it in GitHub Desktop.
selenium server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cinst GoogleChrome | |
cinst Firefox | |
cinst SeleniumServer | |
cinst SeleniumChromeDriver2 | |
cinst SeleniumIEDriver | |
cinst fiddler4 | |
cinst phantomjs |
==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
=== c:\selenium\startserver.bat ===
java -jar c:\selenium\selenium-server-standalone.jar