selenium获取短暂出现元素的xpath路径

1. pip install beautifulsoup4  :安装beautifulsoup4

2.

  from bs4 import BeautifulSoup

3.

bs = BeautifulSoup(browser.page_source, "lxml")

4.

  


 

1.https://blog.csdn.net/vincentluo91/article/details/52947214

原文地址:https://www.cnblogs.com/jingzaixin/p/11506827.html