02-23-2015, 09:19 PM
(This post was last modified: 02-24-2015, 05:36 PM by anshika.agarwal.)
Hello,
Can anyone please help how to call a function from a function.
I have created a simple function:
Now I want to access dropdownselect from another function which is using different weblist options but it doesnt like it if I am calling dropdownselect() directly and it jumps to the next step without doing anything. I am not sure the reason of this behaviour, but please if anyone can help me to call the function.
Thanks in Advance,
Anshika
Please note that when I used this function directly in a Test then it worked -- it just doesnt work when called from another function.
Can anyone please help how to call a function from a function.
I have created a simple function:
Code:
Function dropdownselect()
' This function performs a shell script to select a particular item from the drop down.
If value found then
return 1
Else
return 0
End if
End Function
Thanks in Advance,
Anshika
Please note that when I used this function directly in a Test then it worked -- it just doesnt work when called from another function.