Could you please guide me if i am using it correct
Unable to use click activity inside Attach Browser activity, error says “This activity must be inside a Use Application/Browser”
created 2 sequence files in 1 file launched our application and in 2nd sequence file want to continue workflow using attach browser (want to continue in same, means one more our application web instance should not be launched )
There is a difference between classic and moder experience, attach browser is dedicated to classic experience, that means that all your click activity should be a click but in classic experience, your error consist in that you are using a click with modern experience, and this click requires the activity called “Use Application/Browser activity”
So please drag and drop this activity, attach your browser and then put the click activity inside the same, or else change the click activity for a classic click activity
if you don’t see this classic activity, click on the filter and the Show classic
If you are using classic activity for your automation means u need to select classic click activity inside the attach browser.
For Best practice approach we need to use modern activity for UI automations will have more accurancy in selectors.In modern method,need to use use application browser and inside that activity will place related click activities.
If your web application did not want to open in many times means we need to set input and output options in the use application browser activity property panel.
In the first sequence we need set open input as always and close output as never in use application browser activity in property panel.
In the second sequence we need set open input as never and close output as never in use application browser activity in property panel.
Thank you so much. for classic activities i cant use elements saved from Object Repository? as it is not allowing me use asking me to capture again on screen