Please somebody should help me, i am working on program and i need to change the resolution and not to Resize my browser.. i have used all the solutions i can get online but none seems to satisfy my need. Below is my code
import seleniumwire.undetected_chromedriver as uc
options = Options()
options.add_argument("window-size=1400,600")
driver = uc.Chrome(use_subprocess=True,seleniumwire_options=options)
url = 'https://toolbox.googleapps.com/apps/browserinfo/'
driver.get(url)
The Above can only change the size of the browser and not the Resolution, when you visit the site above the main resolution will still be showing.