Hi Nishaat,
I have tried accessing the two sites (said by you in earlier post) and got these two dialogs (I have attached the screenshots).
I spied on both the Dialogs and the common name is "sonyericsson". And since I opened these sites from google, the Browser title in my case was Google. So you can use here the following code for both the cases
Similarly you can set the Password in the password field and then click on the OK button.
Instead of giving these urls from "Record and Run Settings", you can write the code
Please let me know your progress
I have tried accessing the two sites (said by you in earlier post) and got these two dialogs (I have attached the screenshots).
I spied on both the Dialogs and the common name is "sonyericsson". And since I opened these sites from google, the Browser title in my case was Google. So you can use here the following code for both the cases
Code:
Browser("Creation Time:=0").Dialog("regexptitle:=.*sonyericsson.*").WinEdit("name:=nameofusernamefield").Set "UserName"
Similarly you can set the Password in the password field and then click on the OK button.
Instead of giving these urls from "Record and Run Settings", you can write the code
Code:
SystemUtil.Run "iexplore.exe","http://dev18.sonyericsson.com"
SystemUtil.Run "iexplore.exe","http://stage-shop.sonyericsson.com"
Please let me know your progress