'What is the XPath to Discord's input box?

I'm trying to use Selenium in order to send messages through Discord, but I have not managed to find the right XPath for the input box. I've tried XPaths such as '/html/body/div[1]/div[2]/div/div[2]/div/div[1]/div/div[2]/div[3]/div[2]/main/form/div/div/div/div[1]/div/div[3]/div/div/div' and other examples from past threads but they either don't work or are outdated.

Does anyone know the current XPath?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source