2013-04-13 141 views

回答

145

使用current_url元素。例如:

print browser.current_url 
+76

或,也稱爲'driver.current_url ' –

+2

假設,存在頁面鏈p1-> p2-> p3,其中基於p1中的憑證的p2重定向到p1或p3。如何在點擊我無法理解之後獲取網址。硒不會停在那個頁面,並直接給我p3的網址。如何去爲此? – proprius

4

Selenium2Library具有get_location():

import Selenium2Library 
s = Selenium2Library.Selenium2Library() 
url = s.get_location()