| Mouse クラス |
名前空間: Selenium
Dim instance As Mouse
Mouse には次のメンバーが定義されています。
| 名前 | 説明 | |
|---|---|---|
| Click |
Click any mouse button (at the coordinates set by the last moveto command).
| |
| ClickAndHold |
Click and hold the left mouse button (at the coordinates set by the last moveto command).
| |
| ClickDouble |
Double-clicks at the current mouse coordinates (set by moveto).
| |
| moveTo |
Move the mouse to the specificed element.
| |
| MoveTo |
Move the mouse by an offset of the specificed element.
| |
| Release |
Releases the mouse button previously held (where the mouse is currently at).
|