I'm using UFT 15 to automatize some Web GUI Tests using VB Script. I have to click on a WebCheckBox of a pop up but it doesn't work because when I used Record to click on the WebCheckBox, UFT pasted that line:
Browser("A").Window("B").WinObject("Internet Explorer_Server").Click
I understood that WinObject("Internet Explorer_Server")
is a generic object.
Could someone help me?
It looks like your browser isn't correctly recognized by UFT, the object hierarchy should be something like:
Browser("A").Page("B").WebElement("C").Click
(whereWebElement
could be quite a few things likeLink
,WebButton
etc.).Check if UFT's agent is enabled in your browser (in this case IE). During the first launch of IE you should have seen a toolbar like this:
If you didn't click
Enable
then, you should go to the "Gear icon" -> Manage Add-ons menu and enable the UFT addon: