Commit 0f41fcb
Add toString() to Browser showing the underlying browser type
Override Browser.toString() to append the active browser backend (e.g.
"webkit", "edge", "ie", "safari") returned by getBrowserType(). This
makes it easy to see in the debugger or in logs which native browser
implementation a Browser instance is using, without having to drill
into the internal webBrowser field.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent aa1dbb8 commit 0f41fcb
1 file changed
Lines changed: 7 additions & 0 deletions
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1276 | 1276 | | |
1277 | 1277 | | |
1278 | 1278 | | |
| 1279 | + | |
| 1280 | + | |
| 1281 | + | |
| 1282 | + | |
| 1283 | + | |
| 1284 | + | |
| 1285 | + | |
1279 | 1286 | | |
0 commit comments