readme update

This commit is contained in:
martin legrand
2025-03-26 15:43:24 +01:00
parent 3d49e0aabe
commit 2aa31ac911
2 changed files with 20 additions and 21 deletions
-1
View File
@@ -255,7 +255,6 @@ class Browser:
return form_strings
except Exception as e:
self.logger.error(f"Error extracting form inputs: {str(e)}")
return [f"Error extracting form inputs."]
def get_buttons_xpath(self) -> List[str]: