Skip to content

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

@feroz39

Description

@feroz39

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions