ActionsClickContext メソッド
要素上でコンテキストクリック(右クリック)を行います。

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

returnValue = instance.ClickContext(element)

パラメータ

element(省略可)
型: SeleniumWebElement
右クリック(コンテキストメニュー)する要素。省略時(None)は現在のマウス位置をクリックします。

戻り値

型: Actions
自分自身(メソッドチェーン用)
参照