Shiftkeydown

This command simulates pressing the shift key.

Usage Examples
Example #1
<selenium baseurl="http://www.yahoo.com" browser="*firefox">
   
<open url="/" />
   
<shiftKeyDown />
</selenium>