Hello
1. I am able to see the change in the script. However its not right.
2. I do not see any setting under tools-->options--> run settings.
attaching an example .
script is
I can see the change in the script however its not recognized.
Hello
Basically this Import is a Button in Java app on the web.
Object spy has only these properties for this..
Name Web Element ( changed to Import)
class Web Element
Repository Local
visible true
outer text - huge sentence ) everything from the page)
Innertext
html tag - BODY
class ext-ie
Can someone tel me how to write descriptive program for this so that the Import Button is invoked by clicking?
Thank you So much in advance.
1. I am able to see the change in the script. However its not right.
2. I do not see any setting under tools-->options--> run settings.
attaching an example .
script is
Code:
RunAction "Login [SJDMSLogin]", oneIteration
Browser("SJDMS").Page("SJDMS").Link("Applications").Click
wait(5)
Browser("SJDMS").Page("SJDMS").WebElement("WebElement").Click
Browser("SJDMS").Page("SJDMS").WebElement("Import").Click
Changed the Name to Import from WebElement.
I can see the change in the script however its not recognized.
Hello
Basically this Import is a Button in Java app on the web.
Object spy has only these properties for this..
Name Web Element ( changed to Import)
class Web Element
Repository Local
visible true
outer text - huge sentence ) everything from the page)
Innertext
html tag - BODY
class ext-ie
Can someone tel me how to write descriptive program for this so that the Import Button is invoked by clicking?
Thank you So much in advance.