Gripper

A web-scraping toolbox for .NET.

View on GitHub

Gripper.WebClient

Gripper.WebClient

TargetAttachmentMode Enum

Configures response to the Chromium bug 924937
which affects how targets (iFrames) are attached.

public enum TargetAttachmentMode

Fields

Auto 1
The IBrowserManager will set –disable-features flags on the features that cause this bug when launching the browser.
This will probably disable the IsolateOrigins and the site-per-process features.
The runtime manager will then set up automatic target binding at the startup.

Default 0
Let the implementation decide.

SeekAndAttach 2
Launch browser without disabling any features.
Try to actively discover and bind targets.