05-15-2012, 02:02 AM
Thanks for help, Gintaras!
SendCharactersToWindow works but SendKeysToWindow does not send any key in my case. Nothing makes Save button unhidden on the page either.
But i was lucky to find out SendKey c VK_RRETURN was activating the Save button though it did not do save value by itself. Then script just hits the button with el.Click and server updates the value.
I think i am happy.
SendCharactersToWindow works but SendKeysToWindow does not send any key in my case. Nothing makes Save button unhidden on the page either.
But i was lucky to find out SendKey c VK_RRETURN was activating the Save button though it did not do save value by itself. Then script just hits the button with el.Click and server updates the value.
I think i am happy.