Tagged Questions
2
votes
1answer
255 views
Upgrade to Mozilla Firefox 20 and Selenium IDE 2.0.0 - path for user-extensions.js has changed?
I recently upgraded to firefox 20, and upgraded selenium IDE to 2.0.0
I have a custom "user-extensions.js" file that I usually put here:
...
0
votes
0answers
71 views
Remove variable name prompt from Selenium IDE
I use Selenium IDE exclusively as a recorder. In user-extensions I have:
CommandBuilder.add("action",storeText);
VARID = 0;
function storeText(window){
command = ...
0
votes
1answer
181 views
Running Selenium IDE from batch file ignores user-extensions.js and selblocks. Why?
Hi I would really like to run a testsuite via the Selenium IDE, which I have started up with some custom commands in user-extensions.js and the SelBLocks extensions (for flow control)
with no success.
...
0
votes
0answers
149 views
Issue with selenium IDE, “[error] testCase.debugContext.currentCommand() is undefined”
I am seeing the this error in a script that hasn't changed - but the Selenium version has. The error happens for me at an EndWhile loop that successfully executes 10+ times. I face this error.
...
0
votes
0answers
96 views
Value is not getting selected in drop down list using a user define comamnd
I am trying to implement a function in user extension.js file whilch will add a command in Selenium IDE namely "SelectNew". When I use this command in Selenium IDE this will add new option to a given ...
0
votes
1answer
587 views
Cannot execute custom Selenium assert function from user-extensions.js file, when running Python RC against Selenium server
I'm trying to export a Selenium script to Python from the Selenium IDE. I am using a few user-extension.js functions though (which are working in Selenium IDE). After exporting to Python, the ...