Forum Discussion

googleid_105206's avatar
googleid_105206
Contributor
14 years ago

How to handle(work) same script in IE and as Fire fox browser ?

Hi

I am Working on Flex4.5 based application using testcomplete 8.6.

My requirement is same script should work in IE and FireFox browser.i prepared Script and  followed below process methods for IE and FireFox .  If any special cases like context menus and pop up windows i used if condition for it.

set p= Sys.Process("iexplore",2).Page("*")

set p= Sys.Process("firefox").Page("*")



Object identification Property values changing session to session  and browser to browser.To execute same script in IE and FireFox which propety values  i can Consider. i can use Object Label property values.Please suggest me .













Regards,

Vijay