Update the code for button changing color

pull/174/head
Hammad1007 6 months ago
parent 1eb3737e81
commit 9ab40486f4

@ -18,9 +18,8 @@ driver.get('http://127.0.0.1:5500/theme-clock/index.html')
button = driver.find_element(By.XPATH, '/html/body/button')
button.click()
# Wait for the changes to take effect (adjust wait time as needed)
try:
# Find the new button after the changes
button = driver.find_element(By.XPATH, '/html/body/button')
# Retrieve properties

Loading…
Cancel
Save