I have a folloving HTML code:
<option value="789444" sample="" sample_custom_attribute="SCA" selected="">Sand Box</option>
Is there a whey to get custom attribute value from this one with selenium. I wanna get value from sample_custom_attribute ("SCA").