Skip to content

Commit b12765b

Browse files
authored
Merge pull request #3416 from seleniumbase/cdp-mode-patch-25
CDP Mode - Patch 25
2 parents 20563e0 + 339cfcd commit b12765b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

seleniumbase/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# seleniumbase package
2-
__version__ = "4.33.14"
2+
__version__ = "4.33.15"

seleniumbase/fixtures/base_case.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1901,7 +1901,7 @@ def get_attribute(
19011901
timeout = self.__get_new_timeout(timeout)
19021902
selector, by = self.__recalculate_selector(selector, by)
19031903
if self.__is_cdp_swap_needed():
1904-
return self.cdp.get_element_attribute(selector)
1904+
return self.cdp.get_element_attribute(selector, attribute)
19051905
self.wait_for_ready_state_complete()
19061906
time.sleep(0.01)
19071907
if self.__is_shadow_selector(selector):

0 commit comments

Comments
 (0)