问题标签 [flutter-integration-test]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
62 问题
0
投票
0
回答
11
浏览
flutter - Flutter integration_test:如何在“SingleChildScrollView”小部件上模拟鼠标滚轮滚动操作?
为flutter-web应用程序实现一些集成测试,其中我试图模拟鼠标滚轮滚动操作,我有SingleChildScrollView
带有一系列容器的小部件......试图滚动到列表末尾?
我已经尝试了以下但没有任何成功。
主要.dart
app_test.dart