OpenBrowser will help you to open Selenium Browser in one line of code. This is the first release, so you can only open chrome Based on the tutorial here on PeopleAsks.com
If you wish support me you can buy me a Cripto Beer
All Donors Will be part of the sponsorship Div
- Clone the TrimoonCam2Telegram git repository
pip install git+https://github.com/woopygit/OpenBrowser - Install setuptools
pip install setuptools python3.7 absolute\path\to\OpenBrowser\setup.py install
pip install OpenBrowser
- Create a new .py file (ex. getbrowser.py)
- include the class OpenBrowser(BrowserWidth[str], BrowserHeight[str], Headless[bool]:def = True)
- Open Chrome with OpenChrome()
- Use the selenium syntax
from OpenBrowser import *
Brows = OpenBrowser().OpenChrome(Headless=False)
Brows.get("https://www.peopleasks.com/how-to-install-python-selenium-ubuntu-22-04/")
input("Premi")
Brows.quit()
exit()All Donors Will be part of the sponsorship Div
