I want to click on element by using js. Executing this JS statement in the console can achieve clicks, but it gives me an error in python
driver.execute_script("document.querySelector('label[for='address']+div>div>div>button').click()")