I verify launched current activity if it's in browser or in app by comparing with current activity.
activity = driverAppium.current_activity
And then I verify if activity matches with browser activity name e.g. org.chromium.browser...
But can I verify the http response on the webpage e.g. 200
or 404
?
With above test always passes even though webpage didn't load or get null response.
Can I verify with current activity and response both?