We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce7f9a commit 63bbf10Copy full SHA for 63bbf10
src/screens/element_interactor.py
@@ -157,13 +157,10 @@ def scroll_by_coordinates(
157
start_y: Y coordinate to start scrolling from.
158
end_x: X coordinate to scroll to.
159
end_y: Y coordinate to scroll to.
160
- duration: Defines speed of scroll action. Default is 600 ms.
161
-
162
- Returns:
163
- Self instance.
+ duration: Defines speed of scroll action. Default is 700 ms.
164
"""
165
if duration is None:
166
- duration = 1000
+ duration = 700
167
168
touch_input = PointerInput(interaction.POINTER_TOUCH, "touch")
169
actions = ActionChains(self.driver)
0 commit comments