We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddf6862 + 63bbf10 commit 5e7c097Copy full SHA for 5e7c097
1 file changed
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