Added Support for Silverlight. Added more unit tests
Support for automating Silverlight in firefox and Internet Explorer is now supported, along with WPF and regular Win32.
This commit is contained in:
@@ -34,7 +34,7 @@ public:
|
||||
array<System::String ^> ^ getPropertiesAndValues(System::String ^runtimeIdValue);
|
||||
private:
|
||||
array<System::Int32> ^ convertRuntimeIdString(System::String ^runtimeIdValue);
|
||||
System::Windows::Automation::AutomationElement ^ findAutomationElementById(System::String ^runtimeIdValue);
|
||||
System::Windows::Automation::AutomationElement ^ findAutomationElementById(System::String ^runtimeIdValue, System::Boolean unfiltered);
|
||||
System::String ^ getRuntimeIdFromElement(System::Windows::Automation::AutomationElement ^element);
|
||||
array<System::String ^> ^ getRuntimeIdsFromCollection(System::Windows::Automation::AutomationElementCollection ^collection);
|
||||
System::Windows::Automation::Condition ^ getSearchConditions();
|
||||
|
||||
Reference in New Issue
Block a user