-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Open
Labels
B-devtoolsIncludes everything BiDi or Chrome DevTools relatedIncludes everything BiDi or Chrome DevTools relatedC-nodejsJavaScript BindingsJavaScript BindingsI-enhancementSomething could be betterSomething could be betterJ-staleApplied to issues that become stale, and eventually closed.Applied to issues that become stale, and eventually closed.
Milestone
Description
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.
mnoorenberghe
Metadata
Metadata
Assignees
Labels
B-devtoolsIncludes everything BiDi or Chrome DevTools relatedIncludes everything BiDi or Chrome DevTools relatedC-nodejsJavaScript BindingsJavaScript BindingsI-enhancementSomething could be betterSomething could be betterJ-staleApplied to issues that become stale, and eventually closed.Applied to issues that become stale, and eventually closed.