Purpose Reload a web page, optionally ignoring the cache |
Solution To reload the page ignoring the cache, use set text[chrome_parms] "{""parameters"":{""ignoreCache"":""true""}}" connectHTML name="..." callDevTools="Page.reload" jsonInput="chrome_parms" If you need further connectHTML commands for this WebView, execute connectHTML name="..." -reconnect first, since the page reload terminates the connection to GuiXT. |
Components |