Tweak y-move to `400` to align better with reset-dialog box
parent
e3052ad3c0
commit
d5da993b0a
|
|
@ -275,8 +275,8 @@ async def vnc_click_hack(
|
||||||
# 640x1800
|
# 640x1800
|
||||||
await client.move(
|
await client.move(
|
||||||
Point(
|
Point(
|
||||||
500,
|
500, # x from left
|
||||||
500,
|
400, # y from top
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
# in case a prior dialog win is open/active.
|
# in case a prior dialog win is open/active.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue