Forum Discussion
JeanL
14 years agoContributor
Here's one sample script which gives exception to me:
Sub Test1
Dim firefox
Dim page
Call TestedApps.firefox.Run(1, True)
Set firefox = Sys.Process("firefox")
Call firefox.ToUrl("http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_option")
Set page = firefox.Page("http://www.w3schools.com/tags/tryit.asp*")
page.Wait
Call page.Table(1).Cell(0, 1).Frame("view").Select(0).ClickItem("Mercedes")
End Sub
And it's the line with the ClickItem method which causes the exception.
As far as I'm concerned it's not about some certain combo box, it happens with every combo box.
Sub Test1
Dim firefox
Dim page
Call TestedApps.firefox.Run(1, True)
Set firefox = Sys.Process("firefox")
Call firefox.ToUrl("http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_option")
Set page = firefox.Page("http://www.w3schools.com/tags/tryit.asp*")
page.Wait
Call page.Table(1).Cell(0, 1).Frame("view").Select(0).ClickItem("Mercedes")
End Sub
And it's the line with the ClickItem method which causes the exception.
As far as I'm concerned it's not about some certain combo box, it happens with every combo box.
Related Content
- 2 years ago
Recent Discussions
- 21 hours ago