Automating word online
I'm trying to save a file from a word online (word displayed in a browser, not using the Microsoft Word app). The controls are getting created but methods aren't working. I'm unable to use the keyboard shortcuts too through the SendKeys.
Any help would be appreciated
***Moderator Edit-Vidyaranjan: Updated SR details***
You can probably accomplish by executing custom javascript on the controls. The page probably requires specific events in order to work properly.
I suggest trying to raise some events in javascript through the test methods by using the ExecuteScript method.