12-26-2008, 03:42 PM
hello
I am using Three different Browsers in Single scripts as follows:
so can i use like regular expression in that like
Browser(" [a-z]")
Please spacify how can i cover all browser for this type of scenario
Thanks
Chetan
I am using Three different Browsers in Single scripts as follows:
Code:
Browser("Secure-Place1Flash5-IF").Page("Secure-Place1Flash5-IF").Link("Secure-Sophus-Place1Flash9-ST").Click
Browser("Browser").Page("Page").WinObject("Inactive Control").Click 97,203
Browser("Sop-Place1Flash5-SCR").Page("Sop-Place1Flash5-SCR").Sync
now i want to spacify any browser for some script and that script need to cover all displayed browsers. i.e
Browser("Secure-Place1Flash5-IF")
Browser("Browser")
Browser("Sop-Place1Flash5-SCR")
so can i use like regular expression in that like
Browser(" [a-z]")
Please spacify how can i cover all browser for this type of scenario
Thanks
Chetan