Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. public interface IWikipediaMainPage
  2. {
  3. void Navigate(string part = "");
  4.  
  5. WikipediaMainPageValidator Validate();
  6.  
  7. void Search(string textToType);
  8.  
  9. void ToggleContents();
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement