02-15-2014, 11:05 AM
1. SystemUtil.Run "iexplore.exe", "url of the application"
2. For Login basically for login we need username and password
if the login icon is image use the first statement and if the login is a button use 2nd statement
Go to Item Master and add Item
i want the details of the item master and add item screen to proceed for next step
2. For Login basically for login we need username and password
Code:
Browser(micclass:=Browser).Page("micclass:=Page").WebEdit("name:=Username").Set "username of the web application"
Browser(micclass:=Browser).Page("micclass:=Page").WebEdit("name:=Password").Set "password of the web application"
Code:
Browser(micclass:=Browser).Page("micclass:=Page").Image("name:=Login").Click
Browser(micclass:=Browser).Page("micclass:=Page").WebButton("name:=Login").Click
Code:
Browser(micclass:=Browser).Page("micclass:=Page").WebElement("name:=Item Master").Click