Forum Discussion

haseeb_saleem's avatar
haseeb_saleem
Regular Visitor
5 years ago
Solved

Option keyword is not working on firfox using Jscript for web automation

Hi Team,   I am unable to use the option keyword while getting all the values of dropdown in firefox. Is there any other way to get all the dropdown value ?   Example: if (desiredObject.Exists) ...
  • TanyaYatskovska's avatar
    5 years ago

    Hi haseeb_saleem,

     

    Try using Object Spy to identify the property you can use to get the content. For web controls, there should be many options, innerHTML, contetnText, etc.