Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bojana Todorovic committed Aug 7, 2024
1 parent b98d019 commit 787bfbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/selenium_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def get_page_elements(driver: webdriver.Remote, page_content: str) -> List[WebEl
return driver.find_elements(by=By.XPATH, value="//*")


def get_elements_visibility(page_content: str, starting_element_idx: int, ending_element_idx: int,
def get_elements_visibility(page_content: str, starting_element_idx: int, ending_element_idx: int,
viewport: Dict) -> Dict[str, bool]:
"""Returns a visibility of portion of elements contained in page_content
Expand Down

0 comments on commit 787bfbb

Please sign in to comment.