class Playwright::Page::ScreenshotOptions::Clip
   
  - Playwright::Page::ScreenshotOptions::Clip
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
playwright/page.crConstructors
Instance Method Summary
- 
        #height : Int32
        
          height of clipping area 
- 
        #height=(height : Int32)
        
          height of clipping area 
- 
        #width : Int32
        
          width of clipping area 
- 
        #width=(width : Int32)
        
          width of clipping area 
- 
        #x : Int32
        
          x-coordinate of top-left corner of clip area 
- 
        #x=(x : Int32)
        
          x-coordinate of top-left corner of clip area 
- 
        #y : Int32
        
          y-coordinate of top-left corner of clip area 
- 
        #y=(y : Int32)
        
          y-coordinate of top-left corner of clip area