Click here to view the movie title#anchor
Mar 30, 2007
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
Jul 11, 2007
Hallo, many thankx, the demo was useful, it has now put in my head into selenium..I will now go further.
Comments (2)
Mar 30, 2007
Milind says:
Hi, I am new to Selenium and facing problems while automating test cases. I cre...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
Jul 11, 2007
Dummy says:
Hallo, many thankx, the demo was useful, it has now put in my head into selenium...Hallo, many thankx, the demo was useful, it has now put in my head into selenium..I will now go further.