Skip to content

Commit 69ef61e

Browse files
author
dmy.berezovskyi
committed
added element_interactor.py
1 parent 6b7bfe3 commit 69ef61e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/screens/element_interactor.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ class WaitType(Enum):
2626

2727
class ElementInteractor:
2828
"""
29-
A utility class for interacting with web elements and handling waits.
30-
31-
This class provides various methods for waiting for elements, checking their visibility,
32-
existence
29+
A utility class for interacting with screen elements, waits strategy.
3330
"""
3431

3532
def __init__(self, driver):

0 commit comments

Comments
 (0)