# Clear Selector Cache

Clearing the internal selector cache. When using selectors to speed up the search for elements on the page, an internal cache is utilized. Information about an element is stored in the cache after it has been successfully identified, and subsequently, when searching for an element, the cache is checked first. If there is information in the cache for this selector, it is retrieved from there, which significantly speeds up the robot's operation. However, in some cases, this cache can negatively affect the script's performance. This is often observed during cyclic processing of similar elements on a single page, such as search results. In such cases, we recommend clearing the cache at the start of each iteration of processing similar elements on the page.

<table data-header-hidden><thead><tr><th width="245" valign="top"></th><th width="314" valign="top"></th></tr></thead><tbody><tr><td valign="top">Processing Level</td><td valign="top"><p>Select the error handling level. Possible values:</p><ul><li>"Default" - by default;</li><li>"Ignore" - errors are ignored;</li><li>"Handle" - errors are handled.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Message Level</td><td valign="top"><p>Select the message level that the blocks will output during operation. Possible values:</p><ul><li>"Default" - by default;</li><li>"Release" - output is disabled;</li><li>"Debug" - main information output;</li><li>"Detailed" - detailed information output.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Error Text</td><td valign="top">[Text] Returns detailed information about the error in case of incorrect execution of the block's operation.</td></tr></tbody></table>
