Please, anyone can help me to find the right XPath to retreive the date value "07/05/2018 04:45"
<input type="text" id="startDate" name="myDate" value="07/05/2018 04:45" class="field1 center" onclick="pickDate(this,$PT('startDate'));" onkeydown="if (window.event.keyCode==13) return false;">
I've tried without succeed:
/input[@type="text"]@value
//*[@id="startDate"]