Open
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.