How to reduce or bypass E225 timeout (DOM not ready) for inaccessible/offline websites?

Hi everyone,

I’m running into E225: DOM failed to be ready in 30 sec when using UI.Vision to open certain websites.

In my case, this is expected behavior because:

  • Some target URLs are offline or temporarily inaccessible

  • I still need the macro to continue execution instead of waiting the full 30 seconds

I tried adjusting !TIMEOUT_WAIT, but it doesn’t seem to affect the E225 timeout.

My questions:

  • Is the 30-second DOM timeout configurable?

  • If not, is there a way to fail faster when a page is unreachable?

  • Are there recommended workarounds (e.g., command alternatives, error handling, or skipping page load)?

My goal is to avoid long delays and let the macro proceed quickly when a site cannot be loaded.

Any help would be greatly appreciated. Thanks!