Eight positioning element

the above mentioned id 
name may be repeated 
class_ name may repeat 
tag_ name may repeat 
link_text text positioning accuracy 
partial_link_text text vague position 
xpath 
CSS 




# xpath: ( "// tag name [@ attribute =" attribute value "]") 


driver.find_element_by_xpath ( "// * [@ id = kw] ")
        

 

Guess you like

Origin www.cnblogs.com/yi-xixi/p/10972961.html