Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Precisely adjust window size
#1
After executing the following code, the measured window X coordinate is -7, the measured window width is 1373, and the height is 553.

The reason for this result seems to be that there is a certain margin between the left border, right border, and bottom border of the window.
Can optional parameters be added to solve this problem?
 
Code:
Copy      Help
var wc = wnd.find(1, "* - Google Chrome", "Chrome_WidgetWin_1");
wc.Move(0, 0, 1386, 560);


Messages In This Thread
Precisely adjust window size - by Davider - 03-26-2024, 02:00 AM
RE: Precisely adjust window size - by Davider - 03-28-2024, 01:37 AM
RE: Precisely adjust window size - by Gintaras - 03-28-2024, 05:15 AM
RE: Precisely adjust window size - by Davider - 03-28-2024, 05:18 AM
RE: Precisely adjust window size - by Gintaras - 03-28-2024, 05:57 AM
RE: Precisely adjust window size - by Davider - 03-28-2024, 06:21 AM
RE: Precisely adjust window size - by Gintaras - 03-28-2024, 08:48 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)