Hi
I am evaluating JExplorer and I face some issue with set value to object inside iframe
I want to simulate a user action of setting a value inside textbox inside iframe, I searched the Forum but none of the answers are valid anymore
browser.addNavigationListener(new NavigationAdapter() {
@Override
public void mainDocumentCompleted(Browser browser, String url) {
super.navigationCompleted(browser, url);
browser.executeScript("window.frames[\"myframe\"].document.getElementId(\'myobjecy\').setValue(\"myvalue\");");
}
});
--
You received this message because you are subscribed to the Google Groups "JExplorer Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jexplorer-for...@teamdev.com.
To view this discussion on the web visit https://groups.google.com/a/teamdev.com/d/msgid/jexplorer-forum/2295A63D8D84B74EA15D1917D7454304019A43E584%40ILRAADAGBE3.corp.amdocs.com.