This commit is contained in:
g1879 2021-12-21 17:26:35 +08:00
parent 6094238f60
commit 9e6e2cb264

View File

@ -198,7 +198,6 @@ class DrissionElement(BaseElement):
loc = loc[1].lstrip('./')
xpath = f'xpath:./{direction}-sibling::{loc}'
print(xpath)
nodes = self._ele(xpath, timeout=timeout, single=False)
nodes = [e for e in nodes if not (isinstance(e, str) and sub('[ \n\t\r]', '', e) == '')]