Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | Static Protected Attributes | List of all members
playwright.async_api.Expect Class Reference
Collaboration diagram for playwright.async_api.Expect:
Collaboration graph
[legend]

Public Member Functions

None __init__ (self)
 
None set_options (self, Optional[float] timeout=_unset)
 
PageAssertions __call__ (self, Page actual, Optional[str] message=None)
 
LocatorAssertions __call__ (self, Locator actual, Optional[str] message=None)
 
APIResponseAssertions __call__ (self, APIResponse actual, Optional[str] message=None)
 
Union[PageAssertions, LocatorAssertions, APIResponseAssertions__call__ (self, Union[Page, Locator, APIResponse] actual, Optional[str] message=None)
 

Protected Attributes

 _timeout
 

Static Protected Attributes

Any _unset = object()
 

Member Function Documentation

◆ set_options()

None playwright.async_api.Expect.set_options (   self,
Optional[float]   timeout = _unset 
)
This method sets global `expect()` options.

Args:
    timeout (float): Timeout value in milliseconds. Default to 5000 milliseconds.

Returns:
    None

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