update
This commit is contained in:
@@ -58,7 +58,7 @@ class MockTelepathicEngine:
|
||||
return {"x": 300, "y": 300, "description": "Grid Image", "score": 1.0}
|
||||
return None
|
||||
|
||||
def _extract_semantic_nodes(self, xml):
|
||||
def _extract_semantic_nodes(self, xml, intent=None, threshold=0.0):
|
||||
return [{"x": 10, "y": 10}]
|
||||
|
||||
def confirm_click(self, *args, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user