Get HTML Source of WebElement in Selenium WebDriver using Python

后端 未结 14 1905
误落风尘
误落风尘 2020-11-22 13:45

I\'m using the Python bindings to run Selenium WebDriver:

from selenium import webdriver
wd = webdriver.Firefox()

I know I can grab a webel

14条回答
提交回复
热议问题