Hello Everyone,
I created a test for IE which works just fine. It didn't work 100% in Firefox (more like 30%), so I just created a copy and modified it for Firefox. Everything is working great except for the Weblist. I have a selection box (aka Weblist) where I just select the first object. It gives me the following error:
General run error.
Line (2): ".WebList("name:=MySelect").Object.value = "1"".
Here is the code:
Any thoughts?
I created a test for IE which works just fine. It didn't work 100% in Firefox (more like 30%), so I just created a copy and modified it for Firefox. Everything is working great except for the Weblist. I have a selection box (aka Weblist) where I just select the first object. It gives me the following error:
General run error.
Line (2): ".WebList("name:=MySelect").Object.value = "1"".
Here is the code:
Code:
With Browser("title:=MyTitle.*").Page("title:=MyTitle.*").Frame("name:=MyFrame")
.WebList("name:=MySelect").Object.value = "1"
End With
Any thoughts?