08-19-2010, 06:29 PM
Hi
Thanks for the reply..Checkout the code below..
i want to use sync here...how to do it...
As i want a function here that wait only for the time application need not more than it...
as in wait if i add wait(20) then it wait for 20 millisec/sec ,but my page navigation required only 10..
please help me out...
Thanks
Thanks for the reply..Checkout the code below..
Code:
Browser("Home_2").Page("Home").WebEdit("ctl00$uxMNJDefaultContentPlace").Click
Browser("Home_2").Page("Home").WebEdit("ctl00$uxMNJDefaultContentPlace").Set username 'Read User name from datasheet
Browser("Home_2").Page("Home").WebEdit("ctl00$uxMNJDefaultContentPlace_2").Click
Browser("Home_2").Page("Home").WebEdit("ctl00$uxMNJDefaultContentPlace_2").Set Password'Read Password from datasheet
Browser("Home_2").Page("Home").Link("Sign In").Click
i want to use sync here...how to do it...
As i want a function here that wait only for the time application need not more than it...
as in wait if i add wait(20) then it wait for 20 millisec/sec ,but my page navigation required only 10..
please help me out...
Thanks