diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-03-03 09:27:05 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-03-03 09:27:05 +0300 |
| commit | 93ecfc8a347471a16d21a5bd9f1cfc99fe39a538 (patch) | |
| tree | 974730544efce2a09ad1c9ab9a5ffd518810c1ab /config | |
| parent | 0c9c590d8f9c49578515ccaf19bb11431cf4e721 (diff) | |
Enha: palywright dom and elements fetching
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.go b/config/config.go index 217c32b..e812fb8 100644 --- a/config/config.go +++ b/config/config.go @@ -71,8 +71,8 @@ type Config struct { CharSpecificContextTag string `toml:"CharSpecificContextTag"` AutoTurn bool `toml:"AutoTurn"` // playwright browser - NoPlaywright bool `toml:"NoPlaywright"` // when we want to avoid pw tool use - PlaywrightHeadless bool `toml:"PlaywrightHeadless"` + NoPlaywright bool `toml:"NoPlaywright"` // when we want to avoid pw tool use + PlaywrightDebug bool `toml:"PlaywrightDebug"` // !headless } func LoadConfig(fn string) (*Config, error) { |
