You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`* When creating CSS selectors, ensure they are unique and specific enough to select only one element, even if there are multiple elements of the same type (like multiple h1 elements).
Avoid using generic tags like 'h1' alone. Instead, combine them with other attributes or structural relationships to form a unique selector.
You must not derive data from the page if you are able to do so by using one of the provided functions, e.g. locator_evaluate.
Every time I run the tests, an error “ Expected to have result” occurs; and the official provided test also fails.
message.tool_calls[0].function.name.startsWith("result")
it seems like this condition is never satisfied
The text was updated successfully, but these errors were encountered: