You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/testing-framework/write-tests-in-code/silverlight-wpf-automation-wtc/invoking-actions.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,12 @@ Once you have found an element you can then interact with it. Many different typ
15
15
3. <ahref="/testing-framework/write-tests-in-code/silverlight-wpf-automation-wtc/invoking-actions#Mouse-Actions">Mouse Actions</a> - invoking different mouse actions on FrameworkElement.
16
16
17
17
4. <ahref="/testing-framework/write-tests-in-code/silverlight-wpf-automation-wtc/invoking-actions#Framework-Element-Properties-and-Actions">Framework Element Properties and Actions.</a>
18
-
* <ahref="/testing-framework/write-tests-in-code/silverlight-wpf-automation-wtc/invoking-actions#UI-Element-Actions">UI Element Actions</a> - understanding wrappers.
19
-
* <ahref="/testing-framework/write-tests-in-code/silverlight-wpf-automation-wtc/invoking-actions#Telerik-Testing-Framework-Specific-Properties">Telerik Testing Framework Specific Properties</a> - commonly used Properties of Telerik's FrameworkElement.
20
-
* <ahref="/testing-framework/write-tests-in-code/silverlight-wpf-automation-wtc/invoking-actions#Telerik-Testing-Framework-Specific-Methods">Telerik Testing Framework Specific Methods</a> - commonly used Methods of Telerik's FrameworkElement.
21
-
* <ahref="/testing-framework/write-tests-in-code/silverlight-wpf-automation-wtc/invoking-actions#Getting-and-Setting-Properties-on-Elements">Getting and Setting Properties on Elements</a> - working with non-built in Properties.
18
+
19
+
* <ahref="/testing-framework/write-tests-in-code/silverlight-wpf-automation-wtc/invoking-actions#UI-Element-Actions">UI Element Actions</a> - understanding wrappers.
20
+
* <ahref="/testing-framework/write-tests-in-code/silverlight-wpf-automation-wtc/invoking-actions#Telerik-Testing-Framework-Specific-Properties">Telerik Testing Framework Specific Properties</a> - commonly used Properties of Telerik's FrameworkElement.
21
+
* <ahref="/testing-framework/write-tests-in-code/silverlight-wpf-automation-wtc/invoking-actions#Telerik-Testing-Framework-Specific-Methods">Telerik Testing Framework Specific Methods</a> - commonly used Methods of Telerik's FrameworkElement.
22
+
* <ahref="/testing-framework/write-tests-in-code/silverlight-wpf-automation-wtc/invoking-actions#Getting-and-Setting-Properties-on-Elements">Getting and Setting Properties on Elements</a> - working with non-built in Properties.
23
+
22
24
5. <ahref="/testing-framework/write-tests-in-code/silverlight-wpf-automation-wtc/invoking-actions#Invoking-Element-Methods">Invoking Element Methods</a> - invoke any method attached to an element.
0 commit comments