{{theTime}}

Search This Blog

Total Pageviews

The constructor WebDriverWait(WebDriver, Duration) is undefined

It is deprecated. Instead creating the WebDriverWait object, use like below

WebElement element = new WebDriverWait(driver, 20).until(ExpectedConditions.elementToBeClickable(By.xpath("//a/h5")));

No comments:

Setup AWS Application Load Balancer Https

Setting up HTTPS for an AWS Application Load Balancer (ALB) involves configuring an HTTPS listener, deploying an SSL certificate, and defini...