Skip to content

[🚀 Feature]: Adding BiDi in DefinitelyTyped #11670

Open
@dtopuzov

Description

@dtopuzov

Feature and motivation

First I want to thank you for introducing Bidi Support and Browsing context commands.
It will be great if the features above are present in DefinitelyTyped so we can use it in TypeScript projects.

Usage example

    beforeEach(async function () {
      driver = await env
        .builder()
        .setFirefoxOptions(new firefox.Options().enableBidi())
        .build()
    })

Do not compile in TS project because enableBidi() is not present in DefinitelyTyped.

Metadata

Metadata

Assignees

No one assigned

    Labels

    B-devtoolsIncludes everything BiDi or Chrome DevTools relatedC-nodejsJavaScript BindingsI-enhancementSomething could be betterJ-staleApplied to issues that become stale, and eventually closed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions