DefaultSelenium Rollup Method WebDriver
Executes a command rollup, which is a series of commands with a unique name, and optionally arguments that control the generation of the set of commands. If any one of the rolled-up commands fails, the rollup is considered to have failed. Rollups may also contain nested rollups.

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public void Rollup(
	string rollupName,
	string kwargs
)

Parameters

rollupName
Type: OnlineSystem String
the name of the rollup command
kwargs
Type: OnlineSystem String
keyword arguments string that influences how the rollup expands into commands

Implements

ISelenium Rollup(String, String)
See Also