- oalejo2000phpbb
- Posts : 1
Join date : 2010-08-25
Javascript and parsing a string
Wed Aug 25, 2010 12:21 am
Hello all, I have recently started using selenium and I have been trying to automating it using a little javascript.
The issue that I am having is trying to pass variable from Selenium to Javascript, but I have been unable to do it. I keep getting a variable not defined javascript error. I was wondering if someone can point me on the right path.
basically my script is like this:
Get a value from a table:
command: storeTable
Target: //td[2]/table.3.9
Value: SMSTemplate
Plug part of value from above table into a field in my html page:
Command: type
Target: phoneNumber
Value: javascript{var temp = new String(); temp =SMSTemplate.substring(3,7);}
I get the following error in the second command:
[error] Unexpected Exception: message -> SMSTemplate is not defined, fileName ->
chrome://selenium-ide/content/selenium/scripts/selenium-api.js, lineNumber ->
2482, stack -> ("javascript{var temp = new String(); temp
=SMSTemplate.substring(3,4);}")@chrome://selenium-ide/content/selenium/scripts/selenium-api.js:2482
("javascript{var temp = new String(); temp
=SMSTemplate.substring(3,4);}")@chrome://selenium-ide/content/selenium/scripts/selenium-api.js:2482
()@chrome://selenium-ide/content/selenium/scripts/selenium-executionloop.js:110
()@chrome://selenium-ide/content/selenium/scripts/selenium-executionloop.js:78
continueCurrentTest()@chrome://selenium-ide/content/selenium-runner.js:335
()@chrome://selenium-ide/content/debugger.js:166
("cmd_selenium_pause")@chrome://selenium-ide/content/editor.js:235
doCommand("cmd_selenium_pause")@:0
goDoCommand("cmd_selenium_pause")@chrome://global/content/globalOverlay.js:96
oncommand([object
XULCommandEvent])@chrome://selenium-ide/content/selenium-ide.xul:1 , name ->
ReferenceError
The issue that I am having is trying to pass variable from Selenium to Javascript, but I have been unable to do it. I keep getting a variable not defined javascript error. I was wondering if someone can point me on the right path.
basically my script is like this:
Get a value from a table:
command: storeTable
Target: //td[2]/table.3.9
Value: SMSTemplate
Plug part of value from above table into a field in my html page:
Command: type
Target: phoneNumber
Value: javascript{var temp = new String(); temp =SMSTemplate.substring(3,7);}
I get the following error in the second command:
[error] Unexpected Exception: message -> SMSTemplate is not defined, fileName ->
chrome://selenium-ide/content/selenium/scripts/selenium-api.js, lineNumber ->
2482, stack -> ("javascript{var temp = new String(); temp
=SMSTemplate.substring(3,4);}")@chrome://selenium-ide/content/selenium/scripts/selenium-api.js:2482
("javascript{var temp = new String(); temp
=SMSTemplate.substring(3,4);}")@chrome://selenium-ide/content/selenium/scripts/selenium-api.js:2482
()@chrome://selenium-ide/content/selenium/scripts/selenium-executionloop.js:110
()@chrome://selenium-ide/content/selenium/scripts/selenium-executionloop.js:78
continueCurrentTest()@chrome://selenium-ide/content/selenium-runner.js:335
()@chrome://selenium-ide/content/debugger.js:166
("cmd_selenium_pause")@chrome://selenium-ide/content/editor.js:235
doCommand("cmd_selenium_pause")@:0
goDoCommand("cmd_selenium_pause")@chrome://global/content/globalOverlay.js:96
oncommand([object
XULCommandEvent])@chrome://selenium-ide/content/selenium-ide.xul:1 , name ->
ReferenceError
Permissions in this forum:
You cannot reply to topics in this forum