Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add better support for plugin to add event firing WebDriver #1425

@aaltat

Description

@aaltat

For plugins, it would be easier to do something like this:

class MyPlugin(LibraryComponent):

    def __init__(self, ctx):
        LibraryComponent.__init__(self, ctx)
        self.event_firing_webdriver  = WhatEverYouWant

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions