Page 1 of 1

New html value does not save

Posted: 16 Mar 2017, 07:25
by thenasos
Trying to set new value and save it:

Code: Select all

wb.Document.getElementByID( ARIDfull "_1000000000").value := Dispatch " " Summary
;~ MsgBox, % wb.Document.getElementByID( ARIDfull "_1000000000").innerHTML
wb.Document.getElementByID("WIN_" ARID "_300000300").click()
Page section:
Save_form.PNG
Save_form.PNG (18.88 KiB) Viewed 861 times
After .click() is performed, the new text flashed into the field, but after page refreshed, old value is visible again.

Re: New html value does not save

Posted: 16 Mar 2017, 08:18
by thenasos
BTW "Send" workaround does work, but then need to have page active, and field focused.
There must be an elegant solution, somewhere over the rainbow?