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
- Open the WebUI in a non-Chrome browser, such as Firefox or Edge. This is important because the persistent browser context will use the Chrome data when running the agent.
125
+
- Check the "Use Own Browser" option within the Browser Settings.
126
+
5. **Keep Browser Open(Optional):**
127
+
- Set `CHROME_PERSISTENT_SESSION=true`in the `.env` file.
128
+
90
129
### Docker Setup
91
130
1. **Environment Variables:**
92
131
- All configuration is done through the `.env` file
@@ -139,83 +178,7 @@ playwright install
139
178
docker compose down
140
179
```
141
180
142
-
### Local Setup
143
-
1.**Run the WebUI:**
144
-
```bash
145
-
python webui.py --ip 127.0.0.1 --port 7788
146
-
```
147
-
2. **Access the WebUI:** Open your web browser and navigate to `http://127.0.0.1:7788`.
148
-
3. **Using Your Own Browser:**
149
-
- Close all chrome windows
150
-
- Open the WebUI in a non-Chrome browser, such as Firefox or Edge. This is important because the persistent browser context will use the Chrome data when running the agent.
151
-
- Check the "Use Own Browser" option within the Browser Settings.
152
-
153
-
### Options:
154
-
155
-
### `--theme`
156
-
157
-
- **Type**: `str`
158
-
- **Default**: `Ocean`
159
-
- **Description**: Specifies the theme for the user interface.
160
-
- **Options**:
161
-
The available themes are defined in the `theme_map` dictionary. Below are the options you can choose from:
162
-
- **Default**: The standard theme with a balanced design.
163
-
- **Soft**: A gentle, muted color scheme for a relaxed viewing experience.
164
-
- **Monochrome**: A grayscale theme with minimal color for simplicity and focus.
165
-
- **Glass**: A sleek, semi-transparent design for a modern appearance.
166
-
- **Origin**: A classic, retro-inspired theme for a nostalgic feel.
167
-
- **Citrus**: A vibrant, citrus-inspired palette with bright and fresh colors.
168
-
- **Ocean** (default): A blue, ocean-inspired theme providing a calming effect.
- **Description**: Enables dark mode forthe user interface. This is a simple toggle; including the flag activates dark mode, while omitting it keeps the interfacein light mode.
181
-
- **Options**:
182
-
- **Enabled (`--dark-mode`)**: Activates dark mode, switching the interface to a dark color scheme forbetter visibilityin low-light environments.
183
-
- **Disabled (default)**: Keeps the interface in the default light mode.
Copy `.env.example` to `.env` and set your environment variables, including API keys for the LLM. With
194
-
195
-
```bash
196
-
cp .env.example .env
197
-
```
198
-
199
-
**If using your own browser:** - Set `CHROME_PATH` to the executable path of your browser and `CHROME_USER_DATA` to the user data directory of your browser.
200
-
201
-
You can just copy examples down below to your `.env` file.
- [x] **2025/01/06:** Thanks to @richard-devbot, a New and Well-Designed WebUI is released. [Video tutorial demo](https://github.com/warmshao/browser-use-webui/issues/1#issuecomment-2573393113).
183
+
- [x] **2025/01/10:** Thanks to @casistack. Now we have Docker Setup option and also Support keep browser open between tasks.[Video tutorial demo](https://github.com/browser-use/web-ui/issues/1#issuecomment-2582511750).
184
+
- [x] **2025/01/06:** Thanks to @richard-devbot. A New and Well-Designed WebUI is released. [Video tutorial demo](https://github.com/warmshao/browser-use-webui/issues/1#issuecomment-2573393113).
0 commit comments