How to get text of the child element? #574
Harsha-Gelato
started this conversation in
General
Replies: 1 comment 6 replies
-
@KazuCocoa Could you please share some thoughts on this? Thanks :) |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I am using appium flutter driver, can someone please tell me how can I get text from the child element?
My current code is:
await driver.execute('flutter:waitFor', find.byValueKey(
line_graph
));console.log(firstdate);
Error:
strong textCode of key:
Beta Was this translation helpful? Give feedback.
All reactions