Table of Contents

Class SetBlackboxPatternsCommandResponse

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

Response for Replace previous blackbox patterns with passed ones. Forces backend to skip stepping/pausing in scripts with url matching one of the patterns. VM will try to leave blackboxed script by performing 'step in' several times, finally resorting to 'step out' if unsuccessful.

public sealed class SetBlackboxPatternsCommandResponse : ICommandResponse<SetBlackboxPatternsCommandSettings>, ICommandResponse
Inheritance
SetBlackboxPatternsCommandResponse
Implements
Inherited Members
Extension Methods