Crate dominator_testing

Source

Modules§

barrier_testing
conversion
element_utilities
prelude

Enums§

DominatorTestingError

Functions§

async_yield
Utility for yielding time back to the browser. This is necessary because of the single threaded nature of the browser environment
mount_test_dom
Attaches the provided dom node to the browser body node, replacing the previous children. Replacing is important to avoid bleeding between tests