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
Change the way GetElementAttribute handles attribute names #123
This breaks v1.5.0 GetElementAttribute compatibility
To access Automation Properties the name of property:
AutomationProperties.
Property
AutomationProperties.AutomationId
AutomationProperties.Name
To access Dependency Properties the name of the property:
Property
IsReadOnly