How can you tell a particular script will work in all the browsers?

Questions by Srinivasaraomunagala   answers by Srinivasaraomunagala

Showing Answers 1 - 2 of 2 Answers

kabirkhan

  • Jan 7th, 2008
 

A perticular  script can work in all browser by two way 
for example if we have 3 diffrent browser like in object repository
Browser(yaoo1).Page(yahoo1).frame(yaoo1).object 
Browser(yaoo2).Page(yahoo2).frame(yaoo2).object 
Browser(yaoo3).Page(yahoo3).frame(yaoo3).object
then go to object repository & change its name using regular  expression like:-
Browser(.*).Page(.*).Frame(.*)................
now this will work with the all browser
  

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions