Best solution to improve page exist check using modern activities

Hi All,
i have two pages one page is login and second page is home page.
Login page have 3 controls username and password and login button.after login it will navigate to home page.
eg:using object repository
Loginpage Page
username
password
submitbutton
Homepage Page
Products
after clicking on submit button it will open Homepage what is the best way to check home page using modern activities?

@hm00776818 Please check my response on your other thread: Check page exist or not using modern activities - #4 by argin.lerit

Another thing to note is in the properties of the Use Application/Browser activity of Homepage. Choose “Open = Never”:
image

And in the properties of the Use Application/Browser activity of Login, choose “Close = Never”:
image

Hope this helps! :slight_smile:

Hi @hm00776818

You can use check app state activity in the home page after clicking on submit button.

Hope it helps!!

this will check only element not page