mirror of
https://gitee.com/g1879/DrissionPage.git
synced 2024-12-10 04:00:23 +08:00
微调
This commit is contained in:
parent
3821338d26
commit
c44705c3ee
@ -118,7 +118,7 @@ class DriverElement(DrissionElement):
|
|||||||
:return: DriverElement对象
|
:return: DriverElement对象
|
||||||
"""
|
"""
|
||||||
loc = 'xpath', f'.{"/.." * num}'
|
loc = 'xpath', f'.{"/.." * num}'
|
||||||
return self.ele(loc, timeout=0.01)
|
return self.ele(loc, timeout=0.1)
|
||||||
|
|
||||||
def nexts(self, num: int = 1, mode: str = 'ele'):
|
def nexts(self, num: int = 1, mode: str = 'ele'):
|
||||||
"""返回后面第num个兄弟元素或节点 \n
|
"""返回后面第num个兄弟元素或节点 \n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user