Table of Contents

Class SetAutoAttachCommandResponse

Namespace
OpenQA.Selenium.DevTools.V147.Target
Assembly
Selenium.WebDriver.dll

Response for Controls whether to automatically attach to new targets which are considered to be directly related to this one (for example, iframes or workers). When turned on, attaches to all existing related targets as well. When turned off, automatically detaches from all currently attached targets. This also clears all targets added by autoAttachRelated from the list of targets to watch for creation of related targets. You might want to call this recursively for auto-attached targets to attach to all available targets.

public sealed class SetAutoAttachCommandResponse : ICommandResponse<SetAutoAttachCommandSettings>, ICommandResponse
Inheritance
SetAutoAttachCommandResponse
Implements
Inherited Members
Extension Methods