wackywoo105
Registered User.
- Local time
- Today, 12:42
- Joined
- Mar 14, 2014
- Messages
- 208
I'm trying to retrieve the value of this element, but I can't figure out how.
I've tried this but it doesn't work:
Can anyone please help?
Code:
<input autocomplete="off" class="form-control w84 h25 display-inline-block" id="SupplierModel_TotalClaimForGlassesOrContactLenses" maxlength="6" name="SupplierModel.TotalClaimForGlassesOrContactLenses" placeholder="£ 0.00" readonly="readonly" style="text-align:right" type="text" value="">
I've tried this but it doesn't work:
Code:
Debug.Print Me.EdgeBrowser0.ExecuteJavascript; "document.getElementById('SupplierModel.TotalClaimForGlassesOrContactLenses').value"
Can anyone please help?