It is just that, I have a button that opens the website, but I can't figure out how to fill that field on that website and search for the String that I'm providing. I really don't know where to look for this.
Right now, I open the website with :window.open(url);
but that's it.
Using console, I can fill the txtInput using this $('#txtBuscar').val('geo');
Then click the button with this: $('#btnBuscar').click();
But I don't know how to do this from my function... Any ideas on what to use?
Website is https://www.mercadopublico.cl/Home