The .Object method is not working on Firefox\Chrome.Is there any alternative to this - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: General (https://www.learnqtp.com/forums/Forum-General) +--- Forum: Posting Guidelines/Disclaimer (https://www.learnqtp.com/forums/Forum-Posting-Guidelines-Disclaimer) +--- Thread: The .Object method is not working on Firefox\Chrome.Is there any alternative to this (/Thread-The-Object-method-is-not-working-on-Firefox-Chrome-Is-there-any-alternative-to-this) |
The .Object method is not working on Firefox\Chrome.Is there any alternative to this - kmandadi - 05-15-2014 First of all, let's take a look on the version of the programs: UFT: 11.53 build 0382 (Installed the UFT_000444) Internet Explorer: 10.0.9200.16750 Firefox: 24.2.0 The problem: On IE we don't have any issue when we are working with web objects recognition and operation. On Firefox, we can recognize the objects and operate until certain point. Follow a script sample and the description of the problem. '------------------------------------------------------- 'Before run this script, open the browser on this url: http://www.w3schools.com/html/html_tables.asp (please go down and open Cell Padding-Try it yourself then you will get another browser opened) Code: Call TestBrowser(1,"Right") |