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._impl._locator.FrameLocator Class Reference
Collaboration diagram for playwright._impl._locator.FrameLocator:
Collaboration graph
[legend]

Public Member Functions

None __init__ (self, "Frame" frame, str frame_selector)
 
Locator locator (self, Union["Locator", str] selectorOrLocator, Union[str, Pattern[str]] hasText=None, Union[str, Pattern[str]] hasNotText=None, Locator has=None, Locator hasNot=None)
 
"Locator" get_by_alt_text (self, Union[str, Pattern[str]] text, bool exact=None)
 
"Locator" get_by_label (self, Union[str, Pattern[str]] text, bool exact=None)
 
"Locator" get_by_placeholder (self, Union[str, Pattern[str]] text, bool exact=None)
 
"Locator" get_by_role (self, AriaRole role, bool checked=None, bool disabled=None, bool expanded=None, bool includeHidden=None, int level=None, Union[str, Pattern[str]] name=None, bool pressed=None, bool selected=None, bool exact=None)
 
"Locator" get_by_test_id (self, Union[str, Pattern[str]] testId)
 
"Locator" get_by_text (self, Union[str, Pattern[str]] text, bool exact=None)
 
"Locator" get_by_title (self, Union[str, Pattern[str]] text, bool exact=None)
 
"FrameLocator" frame_locator (self, str selector)
 
"FrameLocator" first (self)
 
"FrameLocator" last (self)
 
"Locator" owner (self)
 
"FrameLocator" nth (self, int index)
 
str __repr__ (self)
 

Protected Attributes

 _frame
 
 _loop
 
 _dispatcher_fiber
 
 _frame_selector
 

Static Protected Attributes

str _test_id_attribute_name = "data-testid"
 

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