- Регистрация
- 23.04.2022
- Сообщения
- 14
- Благодарностей
- 1
- Баллы
- 3
Hello. I am trying to automate posting to google groups, and have gotten hung up in one spot. I am trying to get a variable so that I can paste the content on the variable using Javascript. I have not found another way that is possible. I will paste the snippet below that CahtGPT gave me. Similar snippets it gave me work but does not paste the content of the variable:
Please help me understand what is wrong. Thank you
JavaScript:
string jsCode = $"document.getElementById('T2Ybvb0').textContent = '{instance.GetVariable("articleText")}';";