RawlinsCross
Active Member
- Joined
- Sep 9, 2016
- Messages
- 437
So most everything I've read of taking an excel spreadsheet and uploading cell values to a website text fields involved InternetExplorer objects or, in the case of Chrome, a library called "Selenium". Then you 'inspect' the web text fields to get their 'id' property and away you go. (Fairly straight forward in the past with IE, it seems).
But assuming I've under the following constraints:
1. Can only use Chrome web browser, and
2. Cannot import any additional libraries
is there any other options I can use?
But assuming I've under the following constraints:
1. Can only use Chrome web browser, and
2. Cannot import any additional libraries
is there any other options I can use?