Use of IsNotTopMost

While selecting a click action, there’s a checkbox of IsNotTopMost. When should I check this check box?

image

Hi,

A Ui control whose [Topmost] property is set to true appears above all windows whose [Topmost]properties are set to false .

If you want to perform click operation on a button which is embedded in a form which is not topmost select this check box

Regards,
Amit

Hi @amit_anand15

With topmost, are we referring to Z-index property of the element?

IsNotTopMost - to enable/disable the message box on the top of an application window, utilized in Automation Process Workflow.