Having issue invoking and navigation to URL. UFT
Tags:
Question ID: 108200
1
0

Having issue invoking and navigation to URL

Browser(myBrowser).Object.Navigate URL

Marked as spam
Posted by (Questions: 63, Answers: 1)
Asked on March 15, 2018 6:32 pm
210 views
Answers (1)
0
Private answer

Looking at the code I see that the browser's object is being used for the navigate method. Using the Object you are accessing the native methods and properties of the object. Using Internet Explorer and UFT spy I do not see a navigate in the native methods. UFT does have a navigate method using the Browser object. Recommend changing your code to use the Browser object instead of the Browser().Object objects.

For example:
From:

Browser(myBrowser).Object.Navigate URL
To:

Browser(myBrowser).Navigate URL
For more information check the Object Model Reference For GUI testing > Web > Browser Object > Navigate.

Marked as spam
Posted by (Questions: 2, Answers: 98)
Answered on March 15, 2018 6:33 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top