## App control * **enter**: hit the enter key. mobile app only * **terminate** * **restartApp** * **resumeApp** * **overviewApps** * **uninstallApp**: mobile app only * **checkAppActive** * **resetGraph**: mobile app only * **dumpGraph**: mobile app only ## Page movement * **home** * **back** * **forward** * **refresh** * **scrollAlongY**: scroll the window along the Y axis. The test action may be returned with the following argument. * top: This may not be available for mobile apps. * up * down * bottom: This may not be available for mobile apps. * an integer which represents the vertical position to scroll to. This may not be available for mobile apps. * **scrollAlongX**: scroll the window along the X axis. The test actuion may be returned with the following argument. * leftMost: This may not be available for mobile apps. * left * right * rightMost: This may not be available for mobile apps. * an integer which represents the horizontal position to scroll to. This may not be available for mobile apps. ## Platform hardware control * **click**: In this case, there must be an argument specifying a url, or a window position (as a pair of numbers), or a rectangle in the window (as a quadruple of numbers). * **setWindowSize**: web app only! * **volumeUp** * **volumeDown** * **power** * **unlock**: mobile app only * **phoneCall**: mobile app only * **answerCall**: mobile app only * **hangUpCall**: mobile app only * **accOn**: turn on the accelerator, mobile app only * **accOff**: turn off the accelerator, mobile app only * **landscape**: screen mode set to landscape, mobile app only * **portrait**: screen mode set to portrait, mobile app only * **landscapeR**: screen mode set to reverse landscape , mobile app only * **portraitR**: screen mode set to reverse portrait, mobile app only * **rotate+90**: rotate 90 degree clockwise, mobile app only * **rotate-90**: rotate 90 degree counter-clockwise, mobile app only * **airplane**: mobile app only * **wifi**: mobile app only * **bluetooth**: mobile app only * **remountSD**: remount SD card, mobile only. * **takePhoto**: mobile only ## System configuration * **timeChange**: mobile app only * **contactBook**: launch the contact book. Mobile app only * **changeLanguage**: mobile app only * **settings**: launch the setting app. Mobile app only.