Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python client keys_to_typing no longer handles non-string iterable #1839

Closed
joshbruning opened this issue Mar 18, 2016 · 0 comments
Closed

Comments

@joshbruning
Copy link
Contributor

d095cd2
regressed keys_to_typing in the Python client.

Expected Behavior -

Send list [Keys.ENTER], results in enter key press.

Actual Behavior -

Send list [Keys.ENTER], results in "[u'\ue007']" sent to a text box.

joshbruning referenced this issue Mar 18, 2016
file_detector_context and custom file_detector
* You can pass custom file_detector right in the constructor, default behaviour is unaltered.
* file_detector_context context manager to safely change file detectors in limited contexts.

Signed-off-by: Luke Inman-Semerau <luke.semerau@gmail.com>
@lukeis lukeis closed this as completed in 8fd3aba Mar 19, 2016
lukeis pushed a commit that referenced this issue Mar 28, 2016
keys_to_typing handles list of Keys.

keys_to_typing behavior was regressed by an
implementation change. This change reverts
keys_to_typing to its former behavior.

That is, element.send_keys([Keys.ENTER])
should result in the ENTER key being
pressed, not the unicode representation of
ENTER defined in common/keys.py to be
typed into a text field.

Fixes #1839

Signed-off-by: Luke Inman-Semerau <luke.semerau@gmail.com>
@lock lock bot locked and limited conversation to collaborators Aug 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant