Skip to content

Commit 54ace09

Browse files
committed
fix list indentation
1 parent 94414a1 commit 54ace09

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Diff for: docs/testing-framework/write-tests-in-code/silverlight-wpf-automation-wtc/invoking-actions.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ Once you have found an element you can then interact with it. Many different typ
1515
3.&nbsp; <a href="/testing-framework/write-tests-in-code/silverlight-wpf-automation-wtc/invoking-actions#Mouse-Actions">Mouse Actions</a> - invoking different mouse actions on FrameworkElement.
1616

1717
4.&nbsp; <a href="/testing-framework/write-tests-in-code/silverlight-wpf-automation-wtc/invoking-actions#Framework-Element-Properties-and-Actions">Framework Element Properties and Actions.</a>
18-
* <a href="/testing-framework/write-tests-in-code/silverlight-wpf-automation-wtc/invoking-actions#UI-Element-Actions">UI Element Actions</a> - understanding wrappers.
19-
* <a href="/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-
* <a href="/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-
* <a href="/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+
* <a href="/testing-framework/write-tests-in-code/silverlight-wpf-automation-wtc/invoking-actions#UI-Element-Actions">UI Element Actions</a> - understanding wrappers.
20+
* <a href="/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+
* <a href="/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+
* <a href="/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+
2224
5. <a href="/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.
2325

2426
## Clicking On an Element

0 commit comments

Comments
 (0)