-
Notifications
You must be signed in to change notification settings - Fork 1
[BP] Allow to parametrize WebDriverwait #224
Copy link
Copy link
Closed
Labels
Awaiting-PRWork In Progress at some pull requestWork In Progress at some pull requestBest PracticeNot functionality problem, but refactor need itNot functionality problem, but refactor need it
Description
Obtained Behaviour
Can't redefine WebDriverWait timeout on each call
Expected Behaviour
Can redefine WebDriverWait timeout on each call
Tests
- Exec some webdriverwait method call to allow check default timeout (at instance) and parameter value timeout (at method call)
Notes
qacode/qacode/core/bots/bot_base.py
Line 131 in 7dc7090
| self.curr_driver_wait = WebDriverWait(self.curr_driver, 10) |
Maybe if move others drivers instantitation from BotBase to NavBase allow to handle times from NavBase directly
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Awaiting-PRWork In Progress at some pull requestWork In Progress at some pull requestBest PracticeNot functionality problem, but refactor need itNot functionality problem, but refactor need it