Are Implicit/Explicit Wait options available?

Hi,

My application demands a wait time before certain portlets within the web page gets loaded. AssistEdge is throwing an error
Click - unknown error: Element <bdi>…</bdi> is not clickable at point (531, 354). Other element would receive the click: <div id="sfLoadBlockerLayer" style="position: absolute; z-index: 1001; top: 0px; right: 0px; left: 0px; bottom: 0px; background-color: white; opacity: 9.86957e-06;">…</div>
(Session info: chrome=72.0.3626.109)
(Driver info: chromedriver=2.37.543627 (63642262d9fb93fb4ab52398be4286d844092a5e),platform=Windows NT 10.0.17134 x86_64) Click Fail

Is there a way to wait before this element gets loaded?

Hi,

You can give explicit wait by using a delay activity and giving a specified time for system to wait before performing any interaction
You can give implicit wait by using wait until exists for a particular control.

Regards,
Amit