Metakeydown

This command simulates pressing the meta key.

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