Hello,
I've been trying to execute javascript for various DOM operations but I didn't figure a way.
First I tried the "Own JavasScript" box but it seems it does not see the DOM or access the window and document objects.
Then I tried to use ExecScript or InsertScript in a "Own C#" box, but they return Resut:ok yet nothing happens.
Can you detail an example, like popping up an alert("test") box?
Can I embed my own javascript with the page in general? It would be a great miss not to have access to the page in this way. I could use jQuery or some other library to easily make tests and control the page.
Thank you
I've been trying to execute javascript for various DOM operations but I didn't figure a way.
First I tried the "Own JavasScript" box but it seems it does not see the DOM or access the window and document objects.
Then I tried to use ExecScript or InsertScript in a "Own C#" box, but they return Resut:ok yet nothing happens.
Can you detail an example, like popping up an alert("test") box?
Can I embed my own javascript with the page in general? It would be a great miss not to have access to the page in this way. I could use jQuery or some other library to easily make tests and control the page.
Thank you