Issue with Studio Pro not saving the Browser Selection when using an Open URL in a Sub Program

Hi,
When I use the Open URL, and select Chrome Native, the system operates fine whilst testing (opening in Chrome Native). When I close Studio Pro, and reopen the project (even though I have saved it) the Open URL defaults back to Chrome Selenium.

The defaults in Settings - Interact with Web Browser are set to Chrome Native, so I am not sure why this behaviour is occuring?

Thanks

Travis

@trosevear Hi!
Project Settings for browser have higher priority than browser settings of Studio Pro. In order to set browser settings please select Settings/Project/Web Browser/Chrome Native.
Hope this helps you!

Thanks d.motta, I have solved this by updating the project.json file and putting native_chrome in the useBrowser value

@trosevear Oh great, glad to hear that!