0

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">
4
  • share your code with a traceback error Commented May 29, 2019 at 7:19
  • Possible duplicate of Selenium (Python): How to insert value on a hidden input? Commented May 29, 2019 at 7:24
  • not a duplicate already mention in question, dont mark as a duplicate Commented May 29, 2019 at 7:24
  • just by taking this code in a browser the code in link provided work. Can you provide link to the site (if not private) or more html code? Commented May 29, 2019 at 18:59

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.