Screen Scrape Error

I am automation a web process on a VM where I have access to the UI elements. One of the steps is

I have to click the text ‘Edit Quotes’ based on the ‘Manufacturer ID’ across from it. The ID is a string variable from an excel table. The ID changes and the number of total columns also changes, and its not always the last row either. Previously I got it to work on the local machine by searching for the ID and then setting the mouse position to ‘Edit Quotes’ using OCR. However, for Native or OCR on the VM when I click “Set Mouse Position” in the Screen Scraping Wizard, I get the below error:ErrorMessage

I have the UiPath Chrome Extension with all necessary permissions. Please help :slight_smile: