Hi
I used this code to select the text
textblocktext.sendKeys(Keys.CONTROL, Keys.SHIFT, Keys.ARROW_LEFT);
The problem is that any new actions are performed with control still down.
For example, if I use click(), then it is opening a new window.
How do I release the CONTROL and other keys?
Thanks,
Kumar