Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I use the browser with python without Selenium [closed]

I'm looking for a way to control the normal web browser (import web browser). i have been working with selenium for a few months but would like to work without selenium Unfortunately there is no documentation for this or is that not possible?

like image 639
Newby Avatar asked Nov 25 '25 07:11

Newby


1 Answers

You can use pyautogui, if your using python. To install it use: pip install pyautogui To import it into your code: import pyautogui pyautogui documentation: https://pyautogui.readthedocs.io/en/latest/

like image 165
K1NGS Avatar answered Nov 26 '25 21:11

K1NGS



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!