Jump to content

Web Automation through Firefox


Recommended Posts

Hello everyone ,

I would like to do some work on a website there I  have to select the field to send some value , click on any field and all but don't know where to start ! please send  me some pdf link  for  (FIREFOX) .

<span id="select2-chosen-16" class="select2-chosen">--None--</span>

this is one field I need to select it and  send some value , How can I do this Like i was using this code for above HTML code  .

 

Local $Obj4=_FFXPATH("/html/body/div[1]/div/div[5]/div/div/div[1]/div/div/div/div[2]/div/div/div/div[2]/div/span/span/div[2]/div/a/span[1]")
_FFClick("select2-chosen-16","id")
_FFClick($obj4)
Sleep(1000)
send("$values ")

 

 

 

 

 

 

 

 

Edited by Balmukundam
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...