Table of Contents

Class AddBindingCommandResponse

Namespace
OpenQA.Selenium.DevTools.V146.Runtime
Assembly
Selenium.WebDriver.dll

Response for If executionContextId is empty, adds binding with the given name on the global objects of all inspected contexts, including those created later, bindings survive reloads. Binding function takes exactly one argument, this argument should be string, in case of any other input, function throws an exception. Each binding function call produces Runtime.bindingCalled notification.

public sealed class AddBindingCommandResponse : ICommandResponse<AddBindingCommandSettings>, ICommandResponse
Inheritance
AddBindingCommandResponse
Implements
Inherited Members
Extension Methods