KM Not Recognizing Chrome Prompt

Hey James,

Download this macro: Click on the first web page item that matches an XPath

Install it for testing.

Do you know how to use the web inspector in Chrome?

Right-click on the element in a webpage you wish to look at and then choose the “Inspect” item from the contextual menu.

Then right-click on the highlighted element, go to the “Copy” submenu, and select “Copy Xpath”.

Paste that Xpath into your test macro.

Run it, and see if it works.

If it works select “asynchronously” from the results menu in the run javascript action and add it to your production macro.

-Chris