Hi,
in the following code:
when I run the code, for the last 2 objects there is a reading much slow of the objects in comparison with the others. Is there an explanation about this?
thanks for every suggestion
Edit: Please format your code, I have done it for you this time. You can use # button on top, while posting a new message -- Ankur
in the following code:
Code:
Dim brow, pag, webuser, webpwd, loginlink, weblogin, dial1, winbutt1
Set brow =Browser("name:=Vodafone")
Set pag =brow.Page("title:=Vodafone")
Set webuser =pag.WebEdit("name:=username","html tag:=INPUT","type:=text","index:=0")
Set webpwd =pag.WebEdit("name:=password","html tag:=INPUT","type:=password","index:=1")
set loginlink=pag.Link("innertext:=login")
Set weblogin =loginlink.WebElement("innertext:=login")
Set dial1 =brow.Dialog("text:=Avviso di protezione","nativeclass:=#32770", "is owned window:=True", "is child window:=False")
Set winbutt1 =dial1.WinButton("text:=&Sì", "nativeclass:=Button", "visible:=true")
when I run the code, for the last 2 objects there is a reading much slow of the objects in comparison with the others. Is there an explanation about this?
thanks for every suggestion
Edit: Please format your code, I have done it for you this time. You can use # button on top, while posting a new message -- Ankur