We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flutter:scrollIntoView always scrolls inner most ListView and scrolls indefinitely, even when specifying ListView with flutter:scrollUntil
flutter:scrollIntoView
flutter:scrollUntil
... capabilities = XCUITestOptions().load_capabilities(capabilities) driver = webdriver.Remote(appium_server_url, options=capabilities) driver.execute_script("flutter:scrollIntoView", locator, {"alignment": 0})
Appium-Flutter-Finder: 0.7.0 Appium-Python-Client: 4.0.0 pytest_bdd: 7.1.2 python: 3.12.1 ... flutter doctor [✓] Flutter (Channel stable, 3.19.5, on macOS 14.3.1 23D60 darwin-arm64, locale en-US) [✓] Android toolchain - develop for Android devices (Android SDK version 32.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 15.1) [✓] Chrome - develop for the web [!] Android Studio (not installed) [✓] VS Code (version 1.87.2) [✓] VS Code (version 1.84.0-insider) [✓] Connected device (3 available) [✓] Network resources ... device: iPad
The text was updated successfully, but these errors were encountered:
@dlewis2017 . You can set timeout for it
Sorry, something went wrong.
No branches or pull requests
Summary
flutter:scrollIntoView
always scrolls inner most ListView and scrolls indefinitely, even when specifying ListView withflutter:scrollUntil
Code
Specs
The text was updated successfully, but these errors were encountered: