Element exists functionality

If it’s always true it’s possible the element exists but isn’t visible. You really should be working in modern and using Check App State, it has much more robust features for handling these kind of things, and you won’t need to store in a variable then check with an If - that’s all built in.

1 Like