By select of any option in a SELECT-field is onchange-event (javaScript function) not released.
I tried:
HTMLSelectElement.setSelectedIndex();
HTMLOptionElement.select();
emulation of mouse click...
Helps only direct call: browser.evaluateScript(selectElement.getAttribute("onchange"))
but is a but is a temporary solution...
Is there some way around that?
Using jxbrowser-1.0.eap2.
Thanks,
Alex