I am trying to launch Chromium to open a specific webpage that requires username and password login details. I can open the webpage no problem from the terminal however I have been unable to so far pass the username and password to login.
Some more information, it appears as though I can login using Curl using the following command however as you'd expect this does not open chrome, it just gives me the output in the terminal
curl -u username:password "https://mywebpagelogin.html"
It seems as though I have most of the pieces required to get this working I just can't seem to tie it all together. This is not my website and I do not have access to the source code however the authentication window pops up as soon as the web page is accessed if that information is useful. I've include a screenshot below:
Any help is much appreciated.
