How to disable chrome browser first experience screen, whilst using native app?

Hi, I’m automating a native app that has external links that need to be checked once clicked. E.g. on the login screen clicking terms and condition link opens in the google chrome browser. The issue is, each time on a new test run, the welcome experience screen is prompted when my test access the chrome browser thus making them fail.

I’ve added a chrome option but I’m not sure if this is correct, the way I have done it, because I would need to pass this into my return statement but how would I merge them? (if that’s even correct?)

Any help would be appreciated, been stuck on this for months.

I’m still having this issue. Has anyone else come across this?