📜  python selenium 获取样式 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:25.896000             🧑  作者: Mango

代码示例1
firefox = webdriver.Firefox()
element = firefox.find_element_by_css_selector("this element css selector here")
attributeValue = element.get_attribute("style")