1
rated 0 times
[
1]
[
0]
/ answers: 1 / hits: 5411
/ 2 Years ago, tue, august 3, 2021, 5:51:20
I found that we can read gmail messages from a terminal window by using
curl
curl -u user --silent "https://mail.google.com/mail/feed/atom"
I would now like to submit some text (from a textarea + button press) from terminal. So what are the steps to identify the action triggered when a button is pressed and how to simulate the same actions in terminal ?
For example, I want to simulate 'pass data' & 'button press' (submit ) of http://tokira.net/unicode/index.php
More From » command-line