summaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Expand)Author
2022-09-22Add the scrollTo() protected method to the BaseElement classMavlushechka
2022-09-22Add the scrollTo(WebElement) method to the ActionUtils classMavlushechka
2022-09-22Solve the 3rd test caseMavlushechka
2022-09-22Add checking visibility of an element before finding the element in BaseEleme...Mavlushechka
2022-09-21Solve the 2nd test caseMavlushechka
2022-09-21Add the isInvisible() method to the BaseElement classMavlushechka
2022-09-21Change webDriverWait.durationOfSeconds config from 3 to 15Mavlushechka
2022-09-21Set 'uniqueElement' and 'name' private fields protectedMavlushechka
2022-09-21Solve TestCase1Mavlushechka
2022-09-21Add clear() method to Field classMavlushechka
2022-09-21Add capitalizeFirstLetter() method to StringUtils classMavlushechka
2022-09-20Add testing frameworkMavlushechka