On element Appear throwing an error "Object reference set to an instance of an object"


Though “On element Appear” is functional, just giving annoying error popup.

@ujjwalkumar

Instead of on element appear use **Element Exist activity and try to indicate the target element

1 Like

Hi @ujjwalkumar

Hope it helps!!

Hi @ujjwalkumar

Instead of using the On element appear activity use the element exist activity or Check app state activity.

1 Like

@ujjwalkumar

This is a reported bug on the latest version

There are alternatives to this activity which are check app state or element exists

Cheers

1 Like

Hi @ujjwalkumar

On element appear have some bug in this update. When you use the on element appear it throws the object reference not set to an object error immediately.

Instead of using on element appear you can use the element exist activity, this activity will give you the Boolean output If the element is exist on screen it gives true if no element it gives false.
After this activity you can use If condition to check the Boolean value.

In Modern design experience there is an activity called check app state activity which works like a on element appear activity.

Hope it helps!!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.