Example #1
0
 public Fluent() {
   FluentThread.set(this);
 }
Example #2
0
 public Fluent(WebDriver driver) {
   this.driver = driver;
   this.search = new Search(driver);
   FluentThread.set(this);
 }