Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | List of all members
playwright.sync_api._generated.Video Class Reference
Inheritance diagram for playwright.sync_api._generated.Video:
Inheritance graph
[legend]
Collaboration diagram for playwright.sync_api._generated.Video:
Collaboration graph
[legend]

Public Member Functions

pathlib.Path path (self)
 
None save_as (self, typing.Union[str, pathlib.Path] path)
 
None delete (self)
 
- Public Member Functions inherited from playwright._impl._sync_base.SyncBase
None __init__ (self, Any impl_obj)
 
str __str__ (self)
 
None on (self, Any event, Any f)
 
None once (self, Any event, Any f)
 
None remove_listener (self, Any event, Any f)
 
- Public Member Functions inherited from playwright._impl._impl_to_api_mapping.ImplWrapper
str __repr__ (self)
 

Additional Inherited Members

- Protected Member Functions inherited from playwright._impl._sync_base.SyncBase
Any _sync (self, Union[Coroutine[Any, Any, Any], Generator[Any, Any, Any]] coro)
 
Callable[..., None] _wrap_handler (self, Union[Callable[..., Any], Any] handler)
 
- Protected Attributes inherited from playwright._impl._sync_base.SyncBase
 _dispatcher_fiber
 
 _loop
 
- Protected Attributes inherited from playwright._impl._impl_to_api_mapping.ImplWrapper
 _impl_obj
 

Member Function Documentation

◆ delete()

None playwright.sync_api._generated.Video.delete (   self)
Video.delete

Deletes the video file. Will wait for the video to finish if necessary.

◆ path()

pathlib.Path playwright.sync_api._generated.Video.path (   self)
Video.path

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. This method throws when connected remotely.

Returns
-------
pathlib.Path

◆ save_as()

None playwright.sync_api._generated.Video.save_as (   self,
typing.Union[str, pathlib.Path]  path 
)
Video.save_as

Saves the video to a user-specified path. It is safe to call this method while the video is still in progress, or
after the page has closed. This method waits until the page is closed and the video is fully saved.

Parameters
----------
path : Union[pathlib.Path, str]
    Path where the video should be saved.

The documentation for this class was generated from the following file: