- a71688Regular Participant
- Posts : 27
Join date : 2014-07-23
How to write this in selenium IDE
Wed Sep 23, 2015 7:23 pm
Any suggestion how I write this in Selenium IDE ?
I need to have multible variables stored from one step with the storeEval command.
I use the inline function as below.
Problem seems that the Value field can only define one variable and as setup the result sets the variable to NULL.
(function setVars(){
if (storedVars.host == 'x'){
var1 = 'a';
var2 = 'b'
} else {
var1 = 'c';
var2 = 'd';
}
} )();
I need to have multible variables stored from one step with the storeEval command.
I use the inline function as below.
Problem seems that the Value field can only define one variable and as setup the result sets the variable to NULL.
(function setVars(){
if (storedVars.host == 'x'){
var1 = 'a';
var2 = 'b'
} else {
var1 = 'c';
var2 = 'd';
}
} )();
- How to write a prg for selenium.click(//a[3]/img); in java
- How to write in FCK editor in selenium RC by using java code.
- Is it possible to write/read values from a .txt file using Selenium IDE?
- how to write data into excel sheet using selenium webdriver
- How to write selenium java code for doubleClick on a record using webdriver
Permissions in this forum:
You cannot reply to topics in this forum