Skip to content

Commit b5613a0

Browse files
committed
Update method_summary
1 parent fef245f commit b5613a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

help_docs/method_summary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@ self.click_if_visible(selector, by="css selector")
129129
self.click_active_element()
130130

131131
self.click_with_offset(
132-
selector, x, y, by="css selector", mark=None, timeout=None)
132+
selector, x, y, by="css selector", mark=None, timeout=None, center=None)
133133

134134
self.double_click_with_offset(
135-
selector, x, y, by="css selector", mark=None, timeout=None)
135+
selector, x, y, by="css selector", mark=None, timeout=None, center=None)
136136

137137
self.is_selected(selector, by="css selector", timeout=None)
138138
# Duplicates: self.is_checked(selector, by="css selector", timeout=None)

0 commit comments

Comments
 (0)