I want to get current scroll height in selenium python Such as if i have scrolled in the middle of stack overflow, so i want the current scroll height in using selenium in python Thanks I have tried this
height = browser.execute_script("return document.body.scrollHeight")