Hanochhu
Results
2
issues of
Hanochhu
### System Info Ubuntu 18.04.6 transformers version : 4.18.0 pytorch version : 2.0.0 numpy version : 1.24.3 conda env ### Who can help? @sgugger ### Information - [X] The official...
***It's seem same way to locate element is ok, but why one work one doesn't?*** ```python page=WebPage() page.get("http://spiderbuf.cn/h03/") divs=[] divs+=page.eles("c:margin-top: 10px;") print(divs) ``` ```python page=WebPage("s") page.get("http://spiderbuf.cn/h03/") divs=[] divs+=page.eles("c:margin-top: 10px;") print(divs)...