2gis / Winium.Mobile

Winium.Mobile is Selenium Remote WebDriver implementation for automated testing of Windows StoreApps and Silverlight apps, tested on emulators (currently only Windows Phone/Mobile apps are supported).
Mozilla Public License 2.0
51 stars 29 forks source link

GetElementAttribute does not return values for some inherited Dependency Properties #132

Closed NickAb closed 8 years ago

NickAb commented 8 years ago

e.g. ContentProperty value is not returned for Button

NickAb commented 8 years ago
assert element.get_attribute("Content") is not None

fails if element is Button