Skip to content

feat: react support again#376

Closed
KazuCocoa wants to merge 1 commit into
atoms-updatefrom
react
Closed

feat: react support again#376
KazuCocoa wants to merge 1 commit into
atoms-updatefrom
react

Conversation

@KazuCocoa

@KazuCocoa KazuCocoa commented Apr 16, 2024

Copy link
Copy Markdown
Member

Should we need to keep React input operation workaround we had but removed in #268 ...?

So, with this change, as same as we had before, e.send_keys to a react element can type all of given chars with one command, although usually it requires sending keys one by one.

So, with this change (and before #268), e.send_leys '12345' can type 12345 with one send_keys.
Without this (so current master), it requires e.send_keys '1';e.send_keys '2';e.send_keys '3';... one by one to type properly.

Actually in user perspective, this pr may help (and can keep backward compatibility for before #268), but we need to keep this diff as Appium's workaround.

@jlipps any thoughts about this atom? (as #268 's change perspective)

@KazuCocoa

Copy link
Copy Markdown
Member Author

I think appium/appium#20004 (comment) is more simpler than adding this kind of modification in atoms every time. Closing this PR.

@jlipps

jlipps commented Apr 18, 2024

Copy link
Copy Markdown
Member

Yes, agree.

@mykola-mokhnach mykola-mokhnach deleted the react branch September 15, 2025 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants