Skip to content

Commit ec9c2f5

Browse files
committed
Add comment about Create Browser being unstable and generate new docs
1 parent 334e542 commit ec9c2f5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Browser/keywords/browser_state.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ def auto_activate_pages(self):
121121

122122
@keyword
123123
def switch_browser(self, index: int):
124-
"""Switches the currently active Browser to another open Browser.
124+
""" UNSTABLE AND NOT USE-READY
125+
126+
Switches the currently active Browser to another open Browser.
125127
"""
126128
with self.playwright.grpc_channel() as stub:
127129
response = stub.SwitchBrowser(Request().Index(index=index))

0 commit comments

Comments
 (0)