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