Click here to view the movie title#anchor
Hi,
I am new to Selenium and facing problems while automating test cases. I created a test using the Selenium IDE and wanted to automate it thro' an ANT task.
The ANT task is as below:-
<target name="selenium" description="Run Automated Selenium Tests">
<taskdef resource="selenium-ant.properties"> <classpath> <pathelement location="$
</target>
When I try to run this from command line I am getting an exception -
java.lang.RuntimeException: Firefox refused shutdown while preparing a profile
Any ideas?
Regards,
Milind
Hallo, many thankx, the demo was useful, it has now put in my head into selenium..I will now go further.
Hi,
I am new to Selenium and facing problems while automating test cases.
I created a test using the Selenium IDE and wanted to automate it thro' an ANT task.
The ANT task is as below:-
<target name="selenium" description="Run Automated Selenium Tests">
<taskdef resource="selenium-ant.properties">
<classpath>
<pathelement location="$
</classpath>
</taskdef>
<selenese
suite="$
browser="*firefox"
results="$
multiWindow="true"
timeoutInSeconds="900"
startURL="$
</target>
When I try to run this from command line I am getting an exception -
java.lang.RuntimeException: Firefox refused shutdown while preparing a profile
Any ideas?
Regards,
Milind