python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
flutter driver chromedriver couldn't detect chrome
chromedriver couldn't open the chrome
dart-debug-extension was installed but not detected
versions are the same 99
how should i fix this?
for more information
i would insert flutter doctor -v output b...
hasanm08
Votes: 0
Answers: 1
Flutter driver doesn't find or tap TextInputField w/ semantics label
I'm developing flutter integration tests with flutter driver and want to use the semantic labels to find widgets (i.e. find.bySemanticsLabel('my-label')), specifically TextFormFields. However, finding...
t.animal
Votes: 0
Answers: 1
How to identify and click on a html element using flutter driver?
My flutter app has a html link
return Padding(
padding: const EdgeInsets.all(16.0),
child: Center(
child: Html(
data: message,
style: {"body&quo...
ma5039
Votes: 0
Answers: 0
Running Flutter Web integration tests inside gitlab (probably github too) Ubuntu VM fails because of Chromedriver
I am trying to run integration tests for Web inside gitlab VM.
The VM is running Ubuntu 20.04.3 LTS.
Chromedriver is launched with this command line:
chromedriver -port=4444 --enable-chrome-logs
The ...
Arnaud Delubac
Votes: 0
Answers: 1