You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/site/docs/en/bridge-mode-by-chrome-extension.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ The bridge mode in the Midscene Chrome extension is a tool that allows you to us
8
8
9
9
Using the desktop version of Chrome allows you to reuse all cookies, plugins, page status, and everything else you want. You can work with automation scripts to complete your tasks. This mode is commonly referred to as 'man-in-the-loop' in the context of automation.
10
10
11
-

11
+

12
12
13
13
:::info Demo Project
14
14
check the demo project of bridge mode: [https://github.com/web-infra-dev/midscene-example/blob/main/bridge-mode-demo](https://github.com/web-infra-dev/midscene-example/blob/main/bridge-mode-demo)
@@ -57,7 +57,7 @@ Promise.resolve(
57
57
Start the chrome extension and switch to 'Bridge Mode' tab. Click "Allow connection".
58
58
59
59
<palign="center">
60
-
<imgsrc="/bridge_in_extension.jpg"alt="bridge in extension"width="400"/>
60
+
<imgsrc="/bridge_in_extension.png"alt="bridge in extension"width="400"/>
0 commit comments