Hi so after some searching still not found an answer but i would like to get a single element of a webpage to a String Variable. I know how to do this in C but would like to know in java
eg:
document.nav(the webpage)
String value = document.getElementbyid(theid)
Thanks
so eg:
some webpage has
<body>
<P id=element1>the value i want</p>
</body>
and i need to get that value from the webpage into a String variable