Selenium web driver if style height 0
I am trying to have a selenium webdriver script do something if the height of a style is 0. I am able to print it using the element.value_of_css_property command but I want to use it as an if statement. So it would be. If value of height = 0px do one thing. If the value… Read More Selenium web driver if style height 0