Forum Discussion

Ilaria_Bagnaro's avatar
11 years ago

HTML object outside the body tag

Hi everyone,

I'm doing a test of a web application....is it possible to map an object that is outside the body tag?

1 Reply

  • I think it can be done only if you use Tag or DOM web model (project option).

    Why do you need this? Maybe you can access it using some other method, lets say FindChildByXPath or QuerySelector. Take a look at this help topic: Finding Objects on Web Pages.