MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / Build

Method Build

dotnet/src/webdriver/Interactions/Actions.cs:593–596  ·  view source on GitHub ↗

Builds the sequence of actions. A composite which can be used to perform the actions.

()

Source from the content-addressed store, hash-verified

591 /// </summary>
592 /// <returns>A composite <see cref="IAction"/> which can be used to perform the actions.</returns>
593 public IAction Build()
594 {
595 return this;
596 }
597
598 /// <summary>
599 /// Performs the currently built action.

Calls

no outgoing calls