Python 2.7 的 Selenium 新手
一个目标是如何创建一个 with 类并让它点击?
<a href="#" class="create"></a>
我正在尝试做的事情:
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import Select
from selenium.common.exceptions import NoSuchElementException
import unittest, time, re
self.driver.find_element_by_link_text("create").click()