Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property specifies the interval to wait after all non-DOM mutation activities are finished, allowing for smoother UI updates. |
| What area does it affect? |
Automated Testing Framework |
| What does the default mean? |
The default value is "800", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when optimizing UI performance or troubleshooting delays in automated tests. |
Out of the box property record
Raw metadata from the property record.
| Property name |
sn_atf.custom_ui.wait.dom_mutation_only_interval_ms |
| Sys ID |
d666344b73f41010099f98b8caf6a7f4 |
| Type |
integer |
| Application |
Global |
| Default value |
800 |
| Description |
GlideAutomateWait additional interval after everything but DOM mutations have finished.
Specifies how many milliseconds to wait after all other activities on the page have finished except for repeating setTimeout() calls that may cause DOM mutations. A value of 0 means that the interval is not used, and values greater than zero specify a wait interval in milliseconds. |
| Updated |
2024-05-25 03:39:10 |
Sources
Official references and nearby text excerpts where this property appears.
Related properties