Utils クラス
正規表現、クリップボード、Excel 連携など、テストを補助する汎用ユーティリティをまとめたクラスです。
継承階層
SystemObject
  SeleniumUtils

名前空間: Selenium
アセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文
VB 使用例
Dim instance As Utils

Utils には次のメンバーが定義されています。

コンストラクター
  名前説明
公開メソッド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.
ページ先頭
参照