简体   繁体   中英

Launch google-chrome from terminal with post request parameters

I know how to launch google-chrome from terminal with a specific url.

google-chrome http://klavogonki.ru/create/

Url that I launch that way has a plenty of form inputs that I must to fill. Ideally I want to launch google-chrome from terminal and get all form inputs already filled with predefined parameters and automatically submit form. I wondering is there any way to do it, maybe some flags for a google-chrome? Thanks.

Try with quotes google-chrome "http://example.com"

or in the new window google-chrome --new-window="http://example.com"

or as an app google-chrome --app="http://example.com"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM