selenium - Located a input field by Xpath method -


i have question : there login page (http://mail.126.com).

enter image description here

we have 2 input fields(username , password). want locate 2 input fields x-path method in selenium. me solution.

edit : sharing inspect element screen elements :

enter image description here

xpath - > //input[@name='email']


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -