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.
How can we check if control enabled or not?
driver.find_element(By.ID,“Value”).is_enabled(), this specific method will return if true or false.