AutomaApp / automa

A browser extension for automating your browser by connecting blocks
https://www.automa.site
Other
11.42k stars 1.23k forks source link

facebook send message form block #1566

Closed whwh656 closed 10 months ago

whwh656 commented 10 months ago
image

form blcok no effect

Kholid060 commented 10 months ago

Try using the click element block first with [data-lexical-editor="true"] as the element selector and then use the javascript code block and input the below code:

document.execCommand('insertText', false, 'YOUR TEXT HERE');

Replace YOUR TEXT HERE with anything you want.

whwh656 commented 10 months ago

thanks