trying to add date to date picker, date picker updating the value to a hidden field when we enter our date
The page's source code looks like this:
<input type="hidden"
name="fields[1].content"
value=""
id="fields1contenthidden">
i tried this answer but not worked for me,I'm using Selenium's WebDriver and coding in Python.
i am looking for value like this
<input type="hidden"
name="fields[1].content"
value="2018-05-02"
id="fields1contenthidden">