Guest User

Untitled

a guest
Nov 20th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. WinWindow winWindow = new WinWindow();
  2.  
  3. HtmlHyperlink Link = new HtmlHyperlink(winWindow);
  4.  
  5. Link.FilterProperties.Add(HtmlHyperlink.PropertyNames.Class, "section-action");
  6.  
  7. Link.DrawHighlight();
  8. Mouse.Click(Link);
  9.  
  10. BasicMessage "The playback failed to find the control with the given search properties."
Add Comment
Please, Sign In to add comment