| Utils クラス |
名前空間: Selenium
Dim instance As Utils
Utils には次のメンバーが定義されています。
| 名前 | 説明 | |
|---|---|---|
| IsMatch |
Indicates whether the regular expression finds a match in the input string using the regular expression specified in the pattern parameter.
| |
| Match |
入力文字列から、pattern で指定した正規表現に一致する箇所を検索します。
| |
| Matches |
入力文字列から、pattern で指定した正規表現に一致する箇所を検索します。
| |
| Replace |
Within a specified input string, replaces all strings that match a specified regular expression with a specified replacement string.
| |
| SendKeysNat |
Sends keystrokes to the active application using the windows SendKeys methode.
| |
| TakeScreenShot |
Takes a screenshoot of the desktop.
|