Skip to content

Is there a way to insert text into Pinterest description box? #1993

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
feroz39 opened this issue Apr 15, 2025 · 1 comment
Open

Is there a way to insert text into Pinterest description box? #1993

feroz39 opened this issue Apr 15, 2025 · 1 comment

Comments

@feroz39
Copy link

feroz39 commented Apr 15, 2025

I'm trying to programmatically insert text into the Pinterest description input (the one used when creating or editing a Pin). The input field appears to be a contenteditable element powered by Draft.js or a similar React-based editor.

So far, I’ve tried:

Using element.textContent = 'my text' → doesn't work

Dispatching synthetic keyboard events like keydown / keypress / input → no effect

Simulating Ctrl+V paste → blocked or ignored

Automa's "Forms" → doesn't work

Automa's "Press" → doesn't work

My question:
Is there a supported or more modern way to insert text into Pinterest's description box via JavaScript (preferably without simulating keypresses)?

Any help or insight would be greatly appreciated!

@teyian5
Copy link

teyian5 commented May 7, 2025

same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants