Forum Discussion
jonjdavey
15 years agoOccasional Contributor
Thanks for your response.
I did think of that, so tried running this code:
Set
logoutLink =
Sys.Process("iexplore").Page(uRL).Panel(0).Panel(0).WaitChild("Panel(1)",
1000)
Set
logoutLink =
Sys.Process("iexplore").Page(uRL).Panel(0).Panel(0).Panel(1).WaitChild("Link(2)",
1000)
However the code only fails on the second line (the new Link(2) object), so that does not appear to be the problem
I did think of that, so tried running this code:
Set
logoutLink =
Sys.Process("iexplore").Page(uRL).Panel(0).Panel(0).WaitChild("Panel(1)",
1000)
Set
logoutLink =
Sys.Process("iexplore").Page(uRL).Panel(0).Panel(0).Panel(1).WaitChild("Link(2)",
1000)
However the code only fails on the second line (the new Link(2) object), so that does not appear to be the problem
Related Content
- 6 years ago
Recent Discussions
- 14 hours ago
- 4 days ago