mirror of
https://gitee.com/g1879/DrissionPage.git
synced 2024-12-10 04:00:23 +08:00
调整注释
This commit is contained in:
parent
ecc82e69da
commit
7d936defd0
@ -695,6 +695,16 @@ class FrameWaiter(BaseWaiter, ElementWaiter):
|
|||||||
"""
|
"""
|
||||||
...
|
...
|
||||||
|
|
||||||
|
def has_rect(self,
|
||||||
|
timeout: float = None,
|
||||||
|
raise_err: bool = None) -> Union[ChromiumFrame, False]:
|
||||||
|
"""等待当前元素有大小及位置属性
|
||||||
|
:param timeout: 超时时间(秒),为None使用元素所在页面timeout属性
|
||||||
|
:param raise_err: 等待失败时是否报错,为None时根据Settings设置
|
||||||
|
:return: 成功返回元素对象,失败返回False
|
||||||
|
"""
|
||||||
|
...
|
||||||
|
|
||||||
def covered(self, timeout: float = None, raise_err: bool = None) -> Union[ChromiumFrame, False]:
|
def covered(self, timeout: float = None, raise_err: bool = None) -> Union[ChromiumFrame, False]:
|
||||||
"""等待当前元素被遮盖
|
"""等待当前元素被遮盖
|
||||||
:param timeout: 超时时间(秒),为None使用元素所在页面timeout属性
|
:param timeout: 超时时间(秒),为None使用元素所在页面timeout属性
|
||||||
|
Loading…
x
Reference in New Issue
Block a user