Server connect auto login on either Authentication mode / non authentication mode

Is there a way to do autologin neo4j browser automatically getting logged in when i open in web browser

like my url will be

http://localhost:7474/browser

Note: using latest neo4j desktop / server

tried this url but no use

http://localhost:7474/browser/?connectURL=bolt://neo4j:terminal@localhost:7687&cmd=edit&arg=match(e:System)%20return%20e

How to acheive? thanks in advance