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: SeleniumAssembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- rollupName
- Type:
System String
the name of the rollup command
- kwargs
- Type:
System String
keyword arguments string that influences how the rollup expands into commands
Implements
ISelenium Rollup(String, String)See Also