Python Forum
given a window handle, draw a red box around the border, and remove it later
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
given a window handle, draw a red box around the border, and remove it later
#1
Hi ,
I am using python code to perform a function.
Specifically, the UiPath will call this python function,
and pass it a window handle,
this function will take the input argument of window handle, and try to draw a red border around the window handle, this handle can be a UI control element of any application, or from a UI control element of a tab in a web browser,

and at some point of time, this function is call again from UiPath to UNDO the red border previously drawn (maybe to repaint the control associated with the window handle so that to clear away the red border),

can this be done ? and what graphic library function I should be looking into using to achieve this purpose ?

Thanks.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020