I found this for java :-
WebElement html = driver.findElement(By.tagName("html"));
html.sendKeys(Keys.chord(Keys.CONTROL, Keys.ADD));
But how to do this using Python? I want to zoom out one level after get requests.
I found this for java :-
WebElement html = driver.findElement(By.tagName("html"));
html.sendKeys(Keys.chord(Keys.CONTROL, Keys.ADD));
But how to do this using Python? I want to zoom out one level after get requests.