URL activity -I need to check ,the list of different URL to launch into particular browser and returns whether it works or not

I need to check ,the list of different URL to launch into particular browser and returns whether it works or not.

I dont want to element exists Because If i use it need to capture selectore for 400+ URL that is tedious process.

HTTps activity - …But that wont mimic user experience and also It wont works on particular browser

please suggest some inputs on this?

What is the indicator of (not) working?

Cheers

I need to know URL loads properly and without any issue

for Example…I need something like HTTP response but through particular browser … …By launching the browser and check for the page loads and get the response…if page loads properly

It realy deppends what you mean by “issue”.
If the “issue” is indicated by http status code (e.g. 400 Bad Request) then it could be quite easy.

If the “issue” means that the URL loads but not “propperly” then probably no easy solution exists.

Cheers

How to get HTTP response code through a particular browser…

Don’t open the browser. Use this activity. Then you can directly get the response code.

Sorry, I need response from particular browser.

Then how do you define “loaded without problems” vs “had a problem?”