Closed ShorouqElrakhawy closed 4 years ago
It looks like the select element is wrapped by a div [id="uniform-days"]... and hence the select element is not actually visible.
I recommend that you either interact with the visible element, or disable this optional flag to force interacting with the hidden elements.
Error: Element Action [checkForElementVisibility] failed. With the following test data [unique element matching this locator "By.id: days" is not visible.].
I'm not sure it's a bug or not but in a specific website "http://automationpractice.com/" I get this error while locating radio button or dropdown list (despite of they are visible) but text boxes or buttons are fine I'm over 3 hours investigating and I couldn't figure out what's wrong
Allure Report generatedReport_20200522-194656.zip
Sample TC public class test { public WebDriver driver; Faker fakeData = new Faker();
}