Hello. I'm working on making a macro to post items on eBay. I'm having issues with the macro though as it will not find or select the description text field. I've tried using "Focus Google Chrome Field" & "Select Google Chrome Field" using Xpaths but it is not working out for me.
Xpath I was using...
//*[@id="description"]
Here's a screenshot of the Inspect Code...
https://i.imgur.com/HQ7DZdy.png
---------------- Issue #2 --------------
I'm also having issues with selecting the "Add Photos" button. I've tried doing the same things with Xpath and various Chrome Actions but nothing seems to be working to click this button.
Here's a screenshot of the inspection code.
I was using Xpath....
//*[@id="upl-fileInp"]
https://i.imgur.com/u9jiZSQ.png
Please help me solve this issue! Thanks so much for any helpful advice you can offer a newbie like me!