How can I make conditional wait methods in a one function?

前端 未结 0 1483
小蘑菇
小蘑菇 2021-01-17 20:39

This is the most known way to make the wait function

public BaseFunction(WebDriver driver) {
    this.driver = driver;
    wait = new WebDriverWait(this.drive         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题