I am not able to click the button using selenium and move to the next page. I have tried the following commands:
driver.find_element_by_xpath(".//div[text()='Production']").click()
driver.find_element_by_xpath('//*[@id="root"]/div/[1]/div/div/div[2]/button[2]').click
I have added a screenshot of the html.
What am I doing wrong?