summaryrefslogtreecommitdiff
path: root/src/main/java/com/mavlushechka/a1qa/elements
AgeCommit message (Collapse)Author
2022-10-04Remove findElement methods from WebDriverUtils driver utility classMavlushechka
2022-09-22Use the scrollTo() method in the click() method before clicking on the ↵testing-frameworkMavlushechka
element in BaseElement class
2022-09-22Add the scrollTo() protected method to the BaseElement classMavlushechka
2022-09-22Add checking visibility of an element before finding the element in the ↵Mavlushechka
BaseElement class
2022-09-22Add the isInvisible() method to the BaseElement classMavlushechka
2022-09-21Add clear() method to Field classMavlushechka
2022-09-20Add testing frameworkMavlushechka