Example #1
0
 public Hint(LikeButton likeButton, IWebElement hint)
 {
     //this.driver = driver;
     this.likeButton = likeButton;
     this.hint       = hint;
 }
Example #2
0
		public Hint(LikeButton likeButton, IWebElement hint)
		{
			//this.driver = driver;
			this.likeButton = likeButton;
			this.hint = hint;
		}
Example #3
0
 public SomeoneSolution(IWebElement solution, LikeButton likeButton)
 {
     this.likeButton = likeButton;
     this.solution   = solution;
 }
Example #4
0
		public SomeoneSolution(IWebElement solution, LikeButton likeButton)
		{
			this.likeButton = likeButton;
			this.solution = solution;
		}