Skip to content

Commit

Permalink
Update selenium.py
Browse files Browse the repository at this point in the history
make format
  • Loading branch information
chengxuan-xia authored Aug 3, 2023
1 parent da9e830 commit 6767188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chromegpt/tools/selenium.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def _get_interactable_elements(self, soup: BeautifulSoup) -> str:
continue
if "style" in element.attrs and "display: none" in element["style"]:
continue

button_text = (
element.get("name")
or element.get("aria-label")
Expand Down

0 comments on commit 6767188

Please sign in to comment.