selenium3-book-code
selenium3-book-code copied to clipboard
Results
1
selenium3-book-code issues
Sort by
recently updated
recently updated
newest added
```python driver.find_element_by_xpath("//a[contains(text(), '营销')]").text # 可以 driver.find_element_by_xpath("//a[contains(text()='营销')]").text # 不可以 ```