Commit cf37194
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 0c0c064 commit cf37194
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