AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.4.0-beta.496" />

 IAttributeSelectorFactory

public interface IAttributeSelectorFactory
Represents a factory for attribute selectors.
ISelector Create(string combinator, string name, string value, string prefix, bool insensitive)

Creates a new attribute selector from the given arguments.