Skip to content

Consolidate "send with retry" logic under a WebDriver.sendWithRetry extension method  #144

@tristanlabelle

Description

@tristanlabelle

We're duplicating the boilerplate for this functionality in several places so we should consolidate it under an extension method like:

func sendWithRetry<R: Request>(_ request: R, timeout: TimeInterval, retryIf: (ErrorResponse) -> Bool)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions