I am establishing a HttpUrlConnection with a webpage . Now I have javascript snippet that I want to execute on this webpage . How can I do this ?
-
2javascript gets executed in a browser, so you could use a browser automatisation framework like for example webdriver/seleniumdonfuxx– donfuxx2014-03-28 15:05:58 +00:00Commented Mar 28, 2014 at 15:05
-
Do you control the webpage? You cannot execute script directly, as JavaScript is executed client side, but you could code something that listens for incoming connections.Evan Knowles– Evan Knowles2014-03-28 15:06:01 +00:00Commented Mar 28, 2014 at 15:06
-
this is my website . i control it . but i wanted to execute javascript on it as a client .Donotello– Donotello2014-03-28 15:08:31 +00:00Commented Mar 28, 2014 at 15:08
-
stackoverflow.com/questions/247483/… is this what you looking for?Prakash– Prakash2014-03-28 15:09:10 +00:00Commented Mar 28, 2014 at 15:09
Add a comment
|