Forum Discussion

i404's avatar
i404
Contributor
13 years ago

Having trouble with Firefox

Hi Guy,



I'm doing some automation script that can be use to run on both IE & FF but only manage to get both login, then IE is happy to carry on the automation. FF complain the object does not exists. I have map objects on both browsers using the identical name, technically it should work.



While I debug the issue with FF, namemapping for FF object are created and looks OK, However, when I could not highlight the object, it said it could not find it. It complain the object is already there when I try to remapped it. If the object has been mapped why is that it could not be found?



Please help.



Regards

Ian

1 Reply

  • i404's avatar
    i404
    Contributor
    manage to get it working dynamically using:

        propnames = "idStr"

        propvalues = "report"

        Set btn = topnav.FindChild(propnames, propvalues, 5, true)

        btn.Click()