File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,24 +130,18 @@ Local $sTitle = $oWeb.ExecuteScriptWithResult("document.title")
130130ConsoleWrite("Page Title: " & $sTitle & @CRLF)
131131```
132132
133- ```
134- ; --- Now (v1.4.2) ---
135- Local $sTitle = $oWeb.ExecuteScriptWithResult("document.title")
136- ; Result is automatically unescaped and ready for use
137- ConsoleWrite("Page Title: " & $sTitle & @CRLF)
138- ```
139133---
140134
141135### 📦 Technical Breakdown
142136
143- | ** Method / Property** | ** DispId** | ** Description** |
144- | ---| ---| ---|
145- | ` AddInitializationScript ` | 184| Persistent JS injection across navigations.|
146- | ` SyncInternalData ` | 186| Parses and binds JSON in one step.|
147- | ` ExecuteScriptWithResult ` | 188| Synchronous JS execution (Returns String).|
148- | ` OnContextMenuRequested ` | 190| Unified 4-parameter context menu event.|
149- | ` EncodeB64 / DecodeB64 ` | 222-224| Integrated Base64 & File decoding.|
150- | ` ClearCache ` | 193| Clears Disk Cache & Local Storage.|
137+ | ** Method / Property** | ** DispId** | ** Description** |
138+ | ------------------------- | ---------- | ------------------------------------------- |
139+ | ` AddInitializationScript ` | 184 | Persistent JS injection across navigations. |
140+ | ` SyncInternalData ` | 186 | Parses and binds JSON in one step. |
141+ | ` ExecuteScriptWithResult ` | 188 | Synchronous JS execution (Returns String). |
142+ | ` OnContextMenuRequested ` | 190 | Unified 4-parameter context menu event. |
143+ | ` EncodeB64 / DecodeB64 ` | 222-224 | Integrated Base64 & File decoding. |
144+ | ` ClearCache ` | 193 | Clears Disk Cache & Local Storage. |
151145
152146---
153147
You can’t perform that action at this time.
0 commit comments