I tried so many ways to click something on a website but it couldn't work.
Here is the HTML code:
<a href="javascript:void(0);" class="ui-btn">一次付清</a>
I tried to use xpath to locate the element but it didn't work
driver.find_element_by_xpath("/html/body/div[1]/div[2]/div/div/div[2]/dl[1]/dd/ul/li[1]/a").click()