question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Annotations for finding Flutter UI Elements

See original GitHub issue

In the native Appium drivers, annotations can be added to a MobileElement variable in replacement of using the traditional driver.findElementById() method. Having these annotations for Flutter finder methods, like valueKey, would be very valuable. Flutter Driver Reference Issue 96634588-bb5bcb80-12e8-11eb-9f94-93d17f6a755f

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
krmahadevancommented, Nov 10, 2020

@ajschwieterman - I went through your original issue https://github.com/truongsinh/appium-flutter-driver/issues/108 and have logged a question there as well. As far as I can tell, TestNG has no role to play in your ask.

0reactions
krmahadevancommented, Nov 10, 2020

@shibupanda thanks. Closing this issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using the Flutter inspector
To locate individual UI elements in the widget tree, click the Select Widget Mode button in the toolbar. This puts the app on...
Read more >
Introduction to widgets - Flutter documentation
Flutter widgets are built using a modern framework that takes inspiration from React. The central idea is that you build your UI out...
Read more >
Find widgets - Flutter documentation
To locate widgets in a test environment, use the Finder classes. While it's possible to write your own Finder classes, it's generally more...
Read more >
Flutter architectural overview
This article is intended to provide a high-level overview of the architecture of Flutter, including the core principles and concepts that form its...
Read more >
Simple app state management - Flutter documentation
In Flutter, you construct a new widget every time its contents change. Instead of MyCart.updateWith(somethingNew) (a method call) you use MyCart(contents) (a ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found