patrickmatte / scroll-capture

18 stars 5 forks source link

Feature Request: Option to input text #30

Closed azeem-io closed 6 months ago

azeem-io commented 9 months ago

It would be great if you add an option to input text in a selected text field. Doesn't matter if the text is written letter by letter or the entire sentence is pasted all at once. I believe this would provide greater flexibility and efficiency for various use cases.

patrickmatte commented 9 months ago

I'm not sure about what you're asking? Do you have an example?

mikesnoeren commented 6 months ago

I think this is a feature that is currently missing. I tried making a demo capture of how to use a tool we've built, and in this tool you are required to input text in a text field, but currently this is not possible.

patrickmatte commented 6 months ago

Oh I see what you mean, got it. That should be easy to add. I'm a little busy these days but you can expect this in the next release. For now, you could add a pause action and use that time to enter the text manually but I admit it's less than ideal.

patrickmatte commented 6 months ago

Version 0.3.0 is available now with a new text input action. You can set the target selector by clicking on the input that you want to use. Chances are that you'll have to manually modify the target selector if you have more than one input element on the page.