Forum Discussion
praveensqa
13 years agoContributor
Thanks for replay.
Hi All,
My Scenario is :
Click on Link1: URL:http://1.11.1.1/WebApps/a.do?action=0
Click on Link2: URL:http://1.11.1.1/WebApps/b.do?action=2
Click on Link3: URL:http://1.11.1.1/WebApps/c.do?action=3
In the above case evry time my URL is changing. So i need to acces the forms of respective above pages.
my idea is to achive above is:
Set oBrowser = TestedApps.iexplore.Run
set oPage=Sys.Process("iexplore").Page("Link1 URL") // here error is Unable to find the URL
oBrowser.oPage.form
Can you please give some idea to achive the above the scenario
Related Content
Recent Discussions
- 5 hours ago