I have changed the port number of selenium server in command line like this
java -jar selenium-server.jar -port 4445
How to change the port number of a server(selenium-server.jar) through ant
script?
<target name="start-server">
<java jar="lib/selenium-server.jar" fork="true">
<arg line="-timeout 30"/>
</java>
</target>
Please help.
--
View this message in context:
http://www.nabble.com/Changing-port-number-of-a-server%28selenium-server.jar%29-through-ant--tp18359971p18359971.html
Sent from the Ant - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]