Nick Sweeting
3b21f36cee
update docs
2025-06-21 03:14:46 -07:00
Nick Sweeting
645fc11df1
docs improvements
2025-06-14 15:44:53 -07:00
Saurav Panda
4b0cdec738
fix: remove non-functional save_recording_path parameter
...
fix: remove non-functional save_recording_path parameter
- Remove save_recording_path field from BrowserProfile class
- Remove documentation for save_recording_path parameter
- Add migration note directing users to use record_video_dir instead
The save_recording_path parameter was defined in BrowserProfile but never actually
processed by the browser launch methods. Users should use the standard Playwright
record_video_dir parameter instead, which is properly implemented and functional.
Fixes user reports of video recording not working when using save_recording_path.
2025-06-10 19:07:44 -07:00
Nick Sweeting
495d334e95
docs improvments
2025-06-05 02:04:41 -07:00
Nick Sweeting
51aee484bf
add docs notice about migrating from cookies_file to storage_state
2025-05-29 17:58:04 -07:00
Nick Sweeting
a85ae8ca3c
merge save_downloads_path and downloads_dir duplicate options
2025-05-29 14:51:21 -07:00
Nick Sweeting
3439d99348
update docs to deprecate cookies_file
2025-05-29 14:41:17 -07:00
Nick Sweeting
8c2521eacb
fix whitespace
2025-05-27 23:47:28 -07:00
Nick Sweeting
73e1ecb5f7
wording tweaks
2025-05-27 23:36:32 -07:00
Nick Sweeting
7ccea88e46
wording tweaks
2025-05-27 23:36:22 -07:00
Nick Sweeting
2aa576ee09
use better example names in browser-settings docs
2025-05-27 23:23:07 -07:00
Nick Sweeting
b927471af3
use new template verbiage to clarify BrowserProfile
2025-05-27 23:18:01 -07:00
Nick Sweeting
3817e321f0
more settings docs cleanup
2025-05-27 23:05:04 -07:00
Nick Sweeting
d1eb28aab3
more settings docs cleanup
2025-05-27 23:04:53 -07:00
Nick Sweeting
621e399407
fix docs examples
2025-05-27 17:36:24 -07:00
Nick Sweeting
0251ff0cf0
docs tweaks
2025-05-27 17:15:00 -07:00
Nick Sweeting
a986df1feb
simplify docs
2025-05-26 22:14:11 -07:00
Nick Sweeting
55ce8e8c14
more improvements to custom actions docs
2025-05-26 19:57:30 -07:00
Nick Sweeting
37946de810
explain keep_alive default setting in docs
2025-05-26 19:17:49 -07:00
Nick Sweeting
8b4e37b604
more docs improvements to clarify BrowserProfile
2025-05-26 16:57:15 -07:00
Nick Sweeting
4eabeb30b2
minor docs tweaks
2025-05-26 03:42:44 -07:00
Nick Sweeting
1a31559c43
more browser docs improvements
2025-05-25 05:28:13 -07:00
Nick Sweeting
29ce2c98f3
switch to using subheadings for args
2025-05-25 05:22:27 -07:00
Nick Sweeting
c125df3bc4
typo fixes
2025-05-25 05:15:29 -07:00
Nick Sweeting
75f14c4784
checkpoint
2025-05-24 20:41:44 -07:00
Nick Sweeting
a859fbb698
fix whitespace
2025-05-24 16:13:55 -07:00
Nick Sweeting
62d2cdc5eb
more docs improvments for new BrowserSession
2025-05-24 02:29:27 -07:00
Nick Sweeting
e0a3f3f64a
improve browser-settings docs to explain new design
2025-05-24 02:19:11 -07:00
Nick Sweeting
667e889830
more docs deduping and updating
2025-05-23 05:41:00 -07:00
Nick Sweeting
f44a6d5be8
better cross-linking between docs
2025-05-23 05:08:14 -07:00
Nick Sweeting
eabf547e96
update BrowserSession and BrowserProfile docs
2025-05-23 04:20:45 -07:00
Nick Sweeting
402384358f
be more explicit in docs
2025-05-13 18:55:09 -07:00
Nick Sweeting
2c933c34ec
update docs to include bad examples
2025-05-13 18:40:19 -07:00
Nick Sweeting
7e26eb14b1
add glob support to allowed_domains
2025-05-13 18:25:28 -07:00
Nick Sweeting
d6a7b9e2c4
document the keep_alive flag
2025-05-07 07:22:31 +08:00
Nick Sweeting
e5917dcbe7
document new save_playwright_script_path flag
2025-05-04 02:17:06 +08:00
Nick Sweeting
d08b402101
finish updating last few locations where nested window_size was used
2025-05-04 00:29:29 +08:00
Max Comperatore
cf6d8af73e
Refine viewport expansion logic and update documentation for clarity
2025-05-02 21:50:51 +00:00
Nick Sweeting
f6eb9af585
dont expose debug port on all addresses and keep security enabled by default
2025-04-04 13:57:36 -07:00
Christian Clauss
e7c3f43808
Fix typos discovered by codespell
2025-03-31 07:47:56 +02:00
Nick Sweeting
69a960fa4b
refactor browser config setup process
2025-03-27 02:45:12 -07:00
Magnus Müller
da8b362206
Merge branch 'main' into main
2025-03-22 18:48:25 -07:00
Jochen
5011e78c11
Update browser-settings.mdx
...
Add link to a how-to doc for running remote tests with Browser Use + TestingBot
2025-03-19 16:39:18 +01:00
guybensimhon1
ad71aea721
Update browser-settings.mdx
2025-03-16 17:14:08 +02:00
guybensimhon1
bd64a66fea
Fixed typo in browser-settings.mdx, and made external providers a link
2025-03-16 17:07:11 +02:00
Edison S
fb22cc5a99
add multibrowser support
2025-03-05 13:32:03 -05:00
Magnus Müller
493338c778
Merge pull request #806 from iloveitaly/browser-configu-documentation
...
docs: expanded browser config example
2025-02-24 08:29:07 -08:00
Nino Risteski
2950c31e99
Update browser-settings.mdx
...
tiny typo fixes
2025-02-22 09:18:48 +01:00
Michael Bianco
1683ec73b0
docs: browser config documentation
...
had to dig through the source to figure this one out
2025-02-21 11:58:06 -07:00
RishabhKodes
84d670e082
fixed broken link to chromium_args
2025-02-17 10:55:37 +01:00