Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 23, 2023. It is now read-only.

Commit 4c70f22

Browse files
author
igor.tavares
committed
update version
1 parent 2b14376 commit 4c70f22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎AppiumFlutterLibrary/keywords/_touch.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ def scroll_up(self, locator):
2626
"""Scrolls up to element"""
2727
driver = self._current_application()
2828
element = self._element_find(locator, True, True)
29-
driver.execute_script("mobile: scroll", {"direction": 'up', 'elementid': element.id})
29+
driver.execute_script("mobile: scroll", {"direction": 'up', 'elementid': element.id})

‎AppiumFlutterLibrary/version.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
VERSION = '1.1.0'
3+
VERSION = '1.0.0-beta.3'

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /