if(wb1.getLocation().contains("&ini=")){
JOptionPane.showMessageDialog(null, "got "+wb1.getLocation());
String html = (String) wb1.executeScript("document.documentElement.innerHTML");
System.out.println(html);
this is what i done for innerhtml but i want inner text from the inner html please help