Skip to content

Plugins should be last thing loaded in the SeleniumLibrary __init__ #1424

@aaltat

Description

@aaltat

In the library init, plugins are loaded after the Event Firing WebDriver. There was discussion in the slack that user wants to plugin to also add a Event Firing WebDriver class to the library. But this is not currently possible because plugins are loaded before the Event Firing WebDriver and it overwrites what plugin is doing.

To overcome this problem, add plugins as last in the SeleniumLibrary init.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions