Browser::executeCached
Внешний вид
Client-Side Function
| Ошибка создания миниатюры: Не удаётся сохранить эскиз по месту назначения JavaScript |
|---|
Calls cached JavaScript code inside the browser. Comparing to 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.
Syntax
browser.executeCached(executedCode);
Required Arguments
- executedCode: JavaScript code to be executed in browser.
See Also
- Functions:
- Properies: