Challenge 1: How to access Bootstrap Modal Window using Selenium WebDriver?

#LambdaTestCodingChallenge #CodeFestMay2022

2 Likes

driver.switchTo().activeElement() would help in accessing Bootstrap modal window.

1 Like