I am trying to make a skill for the amazon echo (with js and JQuery) but I am a little stuck.
I want to enter 2 things in 2 different text fields on a website.
This works. $('#Field1').val("Test Text"); $('#Field2').val("Test Text 2");
E.g. Field1: Test Text --- Field2: Test Text 2
Then I want to click a button on this Website. This doesn't work and I don't know how to do it.
After pressing the button I want to get the results that show up on the website. Getting the results (when using manual input, so clicking the button by hand) works. I hope you guys get me and can help me!
Greetings Fabian