Hello Commuity,
I'm using the web automation package of AA for my project where I use JScipt for extracting texts from a web portal
I'm facing a difficulty in getting the JScript for the text selected in the dropdown. The JScript that I'm getting from the portal is "document.querySelector("#ContentPlaceHolder1_ddlmandoobs")" but it gives the value for all the data in the dropdown and not the only value that is selected from the dropdown.
Can anyone help me in modifying the mentioned JScript to only get the selected value from the drop down.