adar2378 / pin_code_fields

A flutter package which will help you to generate pin code fields with beautiful design and animations. Can be useful for OTP or pin code inputs 🤓🤓
https://pub.dev/packages/pin_code_fields
MIT License
677 stars 330 forks source link

Unable to Input text using Selenium for automation #364

Closed Shailendra-3Frames closed 5 months ago

Shailendra-3Frames commented 7 months ago

Unable to input text using Selenium for automation, even after adding semantic labels

Semantics(
      textField: true,
      container: true,

And also tried with

Semantics(
      textField: true,
      container: true,
      enabled: true,
      explicitChildNodes: true,
stale[bot] commented 5 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.