Forum Discussion

ameykhopade's avatar
ameykhopade
Contributor
10 years ago
Solved

i am using the FullName from object spy to execute my command but its not working if OS is changed.

Hi,   i am using the FullName got via object spy to execute the command and its working fine in Win 8.1 machine. but when i tried to execute the same test on my serve machine with OS as MS server 20...
  • tristaanogre's avatar
    10 years ago

    Windows 8.1 and Windows 2008R2 are going to be using two different versions of IE 11 (assuming it's IE 11 you're working with). Essentially, this means it's possible for a page to be rendered differently on two different machines (although, not EXTREMELY likely since the versions aren't too far off).

    Suggestion: Rather than using the full path, consider using FindChild on some object in the path to locate, within the hierarchal tree of objects, the specific one you're looking for. This way, no matter what the intervening items are, you'll always find the same object.