Skip to content

Commit cb40aec

Browse files
authored
added python example for enabling BiDi (#1965)
1 parent e1fa2da commit cb40aec

File tree

1 file changed

+3
-3
lines changed
  • website_and_docs/content/documentation/webdriver/bidi

1 file changed

+3
-3
lines changed

website_and_docs/content/documentation/webdriver/bidi/_index.en.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ In order to use WebDriver BiDi, setting the capability in the browser options wi
3232

3333
{{< tabpane langEqualsHeader=true >}}
3434
{{< tab header="Java" >}}
35-
options.setCapability("webSocketUrl", true);
35+
options.setCapability("webSocketUrl", true);
3636
{{< /tab >}}
37-
{{% tab header="Python" text=true %}}
38-
{{< badge-code >}}
37+
{{< tab header="Python" >}}
38+
options.enable_bidi = True
3939
{{% /tab %}}
4040
{{< tab header="CSharp" >}}
4141
UseWebSocketUrl = true,

0 commit comments

Comments
 (0)