10-19-2010, 11:14 AM
Hi Suresh
Will work, and one more thing is , as u are specifying the width:=1440 here which is virual property...this will not wok 100/100 times.
Code:
SystemUtil.Run "C:\Program Files\Internet Explorer\iexplore.exe"
Browser("title:=about:blank").Page("Class Name:=Page","width:=1440").Sync
Browser("title:=about:blank").Navigate "google.com"
Will work, and one more thing is , as u are specifying the width:=1440 here which is virual property...this will not wok 100/100 times.