Jump to content

_WD_SetElementValue not working - (Moved)


Go to solution Solved by Danp2,

Recommended Posts

I want to select option from the select element and I used _WD_SetElementValue but it not getting selected, can anyone please help me?


Initiate_Browser()

_WD_Navigate($Session, 'https://www.shipco.com/ecommerce/tra/tra_result.php')
Local $Test = _WD_LoadWait($Session, 500)

Local $oSearchType = _WD_GetElementById($Session, 'cSearchBy')
_WD_SetElementValue($Session, $oSearchType,'Booking Number')

 

Link to comment
Share on other sites

  • Developers

Moved to the appropriate AutoIt General Help and Support forum, as the AutoIt Example Scripts forum very clearly states:

Quote

Share your cool AutoIt scripts, UDFs and applications with others.


Do not post general support questions here, instead use the AutoIt Help and Support forums.

Moderation Team

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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...