IgnoreRegionByElement class
Platform: Selenium 3Language: Python SDK:
Used to create a region based on a webelement, to be passed to the method ignore.
Import statement
from from applitools.selenium import Eyes, Target,from applitools.selenium.visual_grid import VisualGridRunner import IgnoreRegionByElement
Constructor
- IgnoreRegionByElement()
- The constructor of an object that defines a region based on an element. This object is then passed to the method ignore.