summaryrefslogtreecommitdiff
AgeCommit message (Collapse)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-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-22Change webDriverWait.durationOfSeconds config value from 3 to 15Mavlushechka
2022-09-22Set 'uniqueElement' and 'name' private fields protected in BaseForm classMavlushechka
2022-09-21Merge pull request #1 from a1qa-education-L2/task-1Mavlon
Add clear() and capitalizeFirstLetter() methods to the StringUtils and Field classes, and add target/ to .gitignore
2022-09-21Add clear() method to Field classMavlushechka
2022-09-21Add capitalizeFirstLetter() method to StringUtils classMavlushechka
2022-09-21Merge remote-tracking branch 'origin/task-1' into task-1Mavlushechka
2022-09-21Add target/ to .gitignoreMavlushechka
2022-09-21Add target to .gitignoreMavlushechka
2022-09-20Add testing frameworkMavlushechka
2022-09-20Add .gitignore fileMavlushechka
2022-09-19Initial commitnsavin-qa