Hello!
I need help in a such problem.
I have drop down list in SharePoint application.
Here it is:
<select name="ctl00$PlaceHolderMain$ctl09$ddlCashier" id="ctl00_PlaceHolderMain_ctl09_ddlCashier">
<option value="none">Make your choise</option>
<option value="07b77ce8-8376-45da-be95-9079e65db9c7">HELLO</option>
</select>
"07b77ce8-8376-45da-be95-9079e65db9c7" is a guid that is changed every time I open the page.
I need to select HELLO option.
How can I do it?