Table of Contents

Class SetBlackboxedRangesCommandResponse

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

Response for Makes backend skip steps in the script in blackboxed ranges. VM will try leave blacklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. Positions array contains positions where blackbox state is changed. First interval isn't blackboxed. Array should be sorted.

public sealed class SetBlackboxedRangesCommandResponse : ICommandResponse<SetBlackboxedRangesCommandSettings>, ICommandResponse
Inheritance
SetBlackboxedRangesCommandResponse
Implements
Inherited Members
Extension Methods