Skip to content

Commit 95534f4

Browse files
committed
Add DrawHighlight to IUIItem.
1 parent 5a9700b commit 95534f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/TestStack.White/UIItems/IUIItem.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,7 @@ public interface IUIItem : ActionListener
9494
AutomationElement GetElement(SearchCriteria searchCriteria);
9595

9696
void Enter(string value);
97+
98+
void DrawHighlight();
9799
}
98100
}

0 commit comments

Comments
 (0)