Class: Applitools::Selenium::WebElementRegion
- Inherits:
- 
      Object
      
        - Object
- Applitools::Selenium::WebElementRegion
 
- Includes:
- Jsonable
- Defined in:
- lib/applitools/selenium/visual_grid/web_element_region.rb
Instance Method Summary collapse
- 
  
    
      #initialize(selector, category)  ⇒ WebElementRegion 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of WebElementRegion. 
Constructor Details
#initialize(selector, category) ⇒ WebElementRegion
Returns a new instance of WebElementRegion.
| 9 10 11 12 13 | # File 'lib/applitools/selenium/visual_grid/web_element_region.rb', line 9 def initialize(selector, category) self.selector = selector self.category = category self.type = 'xpath' end |