Using regular selenium webdriver I can use something like this to get an element's background color:
searchBtn = driver.find_element_by_tag_name("BUTTON")
print searchBtn.value_of_css_property("background-color").
How is this done with the Appium webdriver? Can you test something like this i.e. whether the text is bold or what color it is?
created
Feb '16
last reply
Feb '19
- 8
replies
- 4.8k
views
- 7
users
- 1
like
- 2
links