Skip to content

Commit 180e151

Browse files
committed
Change the default press enter behavior.
1 parent e721cc5 commit 180e151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

computers/playwright/playwright.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def type_text_at(
144144
x: int,
145145
y: int,
146146
text: str,
147-
press_enter: bool = True,
147+
press_enter: bool = False,
148148
clear_before_typing: bool = True,
149149
) -> EnvState:
150150
self.highlight_mouse(x, y)

0 commit comments

Comments
 (0)