AutomaApp / automa

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

Can't fill out form to share Google Doc #1565

Closed cmdnl closed 7 months ago

cmdnl commented 7 months ago

It seems impossible to fill out the form that allows you to share a Google doc with someone

I'm unable to input an email address in the form field.

I've tried all different selectors here but none seem to work.

image

Is there a way this can be fixed?

Or if someone is able to do this please let me know how.

Kholid060 commented 7 months ago

Try using .modal-dialog-content iframe |> input[aria-label="Add people and groups"] as the selector.

image