Juan Fonseca
New Member
- Joined
- Apr 4, 2021
- Messages
- 3
- Office Version
- 365
- 2019
- 2016
- 2013
- 2011
- 2010
- 2007
- Platform
- Windows
- Web
Kind regards, I am trying to automate a process to upload information from an excel to a web page.
I have already managed to upload all the information looking for the IDs, Classes, Tag, Names as appropriate (searching the page for each section and using .getElementById, .getElementsByTagName, .getElementsByName, etc ... (this part is clear to me)) , but I get to the drop-down list and I don't know how to select one of its options.
Specifically, I want to change that option "Vigente" to "Terminado".
I appreciate who can guide me, thank you very much for your attention.
I have already managed to upload all the information looking for the IDs, Classes, Tag, Names as appropriate (searching the page for each section and using .getElementById, .getElementsByTagName, .getElementsByName, etc ... (this part is clear to me)) , but I get to the drop-down list and I don't know how to select one of its options.
Specifically, I want to change that option "Vigente" to "Terminado".
I appreciate who can guide me, thank you very much for your attention.