- ccoxMaster
- Posts : 205
Join date : 2012-01-06
Age : 39
Location : Denver, CO
Problems with using User-Extension file in Selenium RC
Mon Feb 13, 2012 11:06 pm
I am trying to test some web applications with Selenium RC. My company uses IE, so IDE is not the best option. I have set up Selenium RC and have run successful scripts from the command without using my user extension file. I was hoping to use some of the custom functions I created in my user-extensions.js file. When I run the script from the command I get an IE Script Error saying 'testCase' is undefined.
I am running this:
java -jar selenium-server-standalone-2.15.0.jar -userExtensions "user-extension filepath" -htmlSuite "*iexplore" "my url" "test suite filepath" "results filepath"
Anyone else have this problem, or know if it is actually possible to run this from the command? Any advice would be great!
I am running this:
java -jar selenium-server-standalone-2.15.0.jar -userExtensions "user-extension filepath" -htmlSuite "*iexplore" "my url" "test suite filepath" "results filepath"
Anyone else have this problem, or know if it is actually possible to run this from the command? Any advice would be great!
- ccoxMaster
- Posts : 205
Join date : 2012-01-06
Age : 39
Location : Denver, CO
Re: Problems with using User-Extension file in Selenium RC
Tue Feb 14, 2012 1:13 am
I answered my own question and got it to work. If anyone cares to know, I was using the custom while statement that I found online in my user-extension file. There is a testCase object that is not defined(hence the error). When I commented that out, the script ran fine.
- Attempting to drop down value using Selenium IDE user extension
- How to use User-Extension.js in Eclipse when Eclipse integrated with selenium standalone server
- Selenium RC with NUnit throwing error - File does not exist. File 'c:\Projects\WebDriver\trunk\src\Selenium.Core\HttpCommandProcessor.cs'
- what is user-extension and how to use it ???
- User-Extension Issue
Permissions in this forum:
You cannot reply to topics in this forum