Skip to content

[BP] Allow to parametrize WebDriverwait  #224

@netzulo

Description

@netzulo

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

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

Metadata

Metadata

Assignees

Labels

Awaiting-PRWork In Progress at some pull requestBest PracticeNot functionality problem, but refactor need it

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions