Target class
Platform: Selenium 3Language: C# SDK:
This class provides methods that are used to
define the top level target (the entire window, region, element, frame, etc.)
for the Check method.
Once you create a SeleniumCheckSettings object
using one of the factory methods defined by this class,
you can configure the checkpoint by calling other methods from the SeleniumCheckSettings class,
chaining them one after the other using the '.' operator.
Using statement
using Applitools.Selenium;
Methods