I Need to position IE in a specific spot using UFT
Question ID: 108297
1
0

Does UFT have a way to launch IE at specific position on the screen? I know how to use UFT to open IE either maximized or minimized, but there doesn’t seem to be a function to move the broswer to x, y position. Also, I tried to change the x, y, abs_x, abs_y with SetROProperties but that didn’t work either.

Marked as spam
Posted by (Questions: 386, Answers: 64)
Asked on April 27, 2018 5:47 pm
22 views
Answers (1)
1
Private answer

You have to use

Window(''regexpwndclass:=IEFrame'').Move x, y

Here's a full write-up of [how to manipulate browsers with UFT][1]. See the comments on that post for how to manipulate other browsers too.

[1]: http://eyeontesting.com/questions/3231/resize-maximize-and-relocate-ie.html

Marked as spam
Posted by (Questions: 16, Answers: 807)
Answered on April 27, 2018 5:51 pm
0
Oh, that is very helpful!
( at April 27, 2018 5:51 pm)
EyeOnTesting

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

X
Scroll to Top