2022-04-28

How to bring browser to front and maximize using Selenium Python

I am working on automating a section of data entry using a mixture of Selenium and Pyautogui.

I have the manual automated part down using the module Pyautogui but I need to bring the browser to the front so the mouse and keyboard can interact with the browser.

All the solutions I've tried maximizes the window but it stays in the background.



No comments:

Post a Comment