Browser::executeCached
Calls cached JavaScript code inside the browser. Comparing to [Browser::execute](/browser-execute) your evaluated browser code is being cached, so it is not recompiling the same browser JavaScript code again and again - this approach will give you a better performance.
Required Arguments
- executedCode: JavaScript code to be executed in browser.