Jump to content

How to get all textbox in website


Recommended Posts

sorry my english, i use translate

i'm newbie 

I wrote the first web application to access log and I want it to automatically login to the site when loaded
I only know how to use
access to that site
currently there are few problems
- I want to set a value for the textbox in the site
- I want to open a page in the Chrome incognito mode
this is the site that http://vuadotkich.myvnc.com/Account/Login

I have read through the first few examples they can get objbyname say but I did not even know the other 3 sites I need to get textbox called what

Link to comment
Share on other sites

using F12 while Chrome is running  at url:http://vuadotkich.myvnc.com

<input class="form_control minwidth" id="UserName" type="text" placeholder="Tên tài kho?n">
<input class="form_control minwidth" id="Password" type="password" placeholder="M?t kh?u">
<input class="form_control phonenumber" id="Scode" type="text" placeholder="Mã xác nh?n">
<input class="btn_register" id="BtnLogin" type="submit" value="Ðang Nh?p">
<a class="btn_loginNow2" href="/Account"> Ðang Ký </a>
For more information about automating chrome look here

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...