module Playwright::Video
Overview
When browser context is created with the videosPath
option, each page has a video object associated with it.
Defined in:
playwright/video.crInstance Method Summary
-
#path : String
Returns the file system path this video will be recorded to.
Instance Method Detail
abstract
def path : String
#
Returns the file system path this video will be recorded to. The video is guaranteed to be written to the filesystem upon closing the browser context.