Replies: 2 comments 1 reply
-
Sending keys isn't always enough anymore to bypass CAPTCHAs... the mouse must be used, and that requires the active window to be on top. You already asked about the |
Beta Was this translation helpful? Give feedback.
-
I found a way to get the PID, working on implementing a pywinauto solution now. |
Beta Was this translation helpful? Give feedback.
-
Hello,
Since the latest changes to CF and the new PyAutoGUI solution, I cannot use SB in uc mode with multiple windows and desktops on Windows. The window needs to be focused and it even makes it impossible to be working on something else at the same time ( since the program sends tab keys and enter).
The last time we had this same problem, I was thinking about a solution using Pywinauto, that makes it possible to virtually send keys only to the targeted window, without it needing to be on focus.
The problem is, I need to identify the chrome window to be able to target it. This can be done with the window title or with the PID of the window. Additionally note that many chrome windows are open at the same time, so I cannot just use the title of the window)
So my question is: is there a reliable way to get the PID of the created chrome session ?
Beta Was this translation helpful? Give feedback.
All reactions