This is my first time using Keyboard Maestro and unfortunately have no coding experience. Would really appreciate the help.
Currently trying to create a Script to automate crosslisting eBay items to other sites like Poshmark & Mercari. I'm able to click certain Google Chrome Links using the Xpath but I've been running into some that don't have valid Xpaths. I've also tried using a screenshot of the dropdown but had no luck with that either. I've watched multiple tutorials but haven't had any luck. I did read on the forum that I might have to use Javascript? Any help would be greatly appreciated!
Elements on a page don't "have" XPaths – the XPath syntax allows various ways of describing the position of any element (or group of related elements).
Reference to a unique id is only one of several ways of defining an XPath to an item.
If you are not familiar with XPath syntax, then in Chrome:
Ctrl-click on the element that interests you:
From the contextual menu that appears choose Inspect
In the web inspector view which appears, again Ctrl-click on the highlighted tag
Choose Copy > Copy XPath or Copy > Copy Full Xpath, and paste the result wherever you need it.