Styrow.dev
Question 60 of 99

How can we check if control enabled or not?

Question

How can we check if control enabled or not?

Answer

driver.find_element(By.ID,“Value”).is_enabled(), this specific method will return if true or false.