I'm writing a C# application to copy Chat GPT text from the webpage chat to my C# app. Using browser (edge) extension.
The last step (working with Chat GPT 4) the AI directs me to find:
identify the chat elements on the ChatGPT website, follow these steps:
Can anyone help? thanks
The last step (working with Chat GPT 4) the AI directs me to find:
identify the chat elements on the ChatGPT website, follow these steps:
- Open the ChatGPT website in your browser.
- Right-click on the chat conversation area and select "Inspect" (or press F12 to open the Developer Tools and manually find the chat-related elements in the "Elements" tab).
- In the "Elements" tab of the Developer Tools, look for the HTML element that contains the chat messages (usually a div element with a specific class or ID).
- Similarly, find the HTML element for the input field where you type your messages to ChatGPT (usually an input or textarea element with a specific class or ID).
Can anyone help? thanks