Find locators for UI elements in web applications using natural language.

dom golang llm openai playwright testing
1 Open Issue Need Help Last updated: Apr 14, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task requires debugging a Go program that uses the Locatr library for locating UI elements. The issue is that the reranking step in the visual analysis mode is not producing relevant chunks, leading to incorrect locators for a specific query on a given website. The solution involves investigating the reranking process within Locatr, potentially adjusting parameters or the LLM/reranker configuration to improve the accuracy of locator generation for the 'Next button to load paginated reviews' query on https://www.vitalproteins.com/products/collagen-gummies. This might involve examining the DOM structure, the LLM prompts, and the reranker's behavior.

Complexity: 4/5
help wanted invalid

Find locators for UI elements in web applications using natural language.

Go
#dom#golang#llm#openai#playwright#testing