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

Public Member Functions

None __init__ (self, Page page, float timeout=None, bool is_not=False, Optional[str] message=None)
 
None to_have_title (self, Union[Pattern[str], str] titleOrRegExp, float timeout=None)
 
None not_to_have_title (self, Union[Pattern[str], str] titleOrRegExp, float timeout=None)
 
None to_have_url (self, Union[str, Pattern[str]] urlOrRegExp, float timeout=None, bool ignoreCase=None)
 
None not_to_have_url (self, Union[Pattern[str], str] urlOrRegExp, float timeout=None, bool ignoreCase=None)
 

Protected Member Functions

FrameExpectResult _call_expect (self, str expression, FrameExpectOptions expect_options, Optional[str] title)
 
"PageAssertions" _not (self)
 
- Protected Member Functions inherited from playwright._impl._assertions.AssertionsBase
None _expect_impl (self, str expression, FrameExpectOptions expect_options, Any expected, str message, str title=None)
 

Protected Attributes

 _actual_page
 
 _timeout
 
 _is_not
 
- Protected Attributes inherited from playwright._impl._assertions.AssertionsBase
 _actual_locator
 
 _loop
 
 _dispatcher_fiber
 
 _timeout
 
 _is_not
 
 _custom_message
 

Constructor & Destructor Documentation

◆ __init__()

None playwright._impl._assertions.PageAssertions.__init__ (   self,
Page  page,
float   timeout = None,
bool   is_not = False,
Optional[str]   message = None 
)

Member Function Documentation

◆ _call_expect()

FrameExpectResult playwright._impl._assertions.PageAssertions._call_expect (   self,
str  expression,
FrameExpectOptions  expect_options,
Optional[str]   title 
)
protected

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