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

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

C# - WPF - ColumnGroups Footer? (telerik) -

Laravel Bind Multiple Class to One Contract in The Service Provider -