使用发布请求参数从终端启动google-chrome

时间:2018-03-11 09:33:07

标签: google-chrome ubuntu terminal

我知道如何使用特定网址从终端启动google-chrome。

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

我以这种方式启动的网址有很多表单输入,我必须填写。理想情况下,我想从终端启动google-chrome并获取已填充预定义参数的所有表单输入并自动提交表单。 我想知道有没有办法做到这一点,也许是一些google-chrome标志? 感谢。

1 个答案:

答案 0 :(得分:0)

尝试使用引号google-chrome "http://example.com"

或在新窗口google-chrome --new-window="http://example.com"

或作为应用google-chrome --app="http://example.com"