Skip to content

Commit

Permalink
Merge pull request #3416 from seleniumbase/cdp-mode-patch-25
Browse files Browse the repository at this point in the history
CDP Mode - Patch 25
  • Loading branch information
mdmintz authored Jan 14, 2025
2 parents 20563e0 + 339cfcd commit b12765b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion seleniumbase/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# seleniumbase package
__version__ = "4.33.14"
__version__ = "4.33.15"
2 changes: 1 addition & 1 deletion seleniumbase/fixtures/base_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -1901,7 +1901,7 @@ def get_attribute(
timeout = self.__get_new_timeout(timeout)
selector, by = self.__recalculate_selector(selector, by)
if self.__is_cdp_swap_needed():
return self.cdp.get_element_attribute(selector)
return self.cdp.get_element_attribute(selector, attribute)
self.wait_for_ready_state_complete()
time.sleep(0.01)
if self.__is_shadow_selector(selector):
Expand Down

0 comments on commit b12765b

Please sign in to comment.