Skip to content

Fixes #498: Handle long type variable in send_keys#499

Closed
kivipe wants to merge 1 commit intoSeleniumHQ:masterfrom
kivipe:longbug
Closed

Fixes #498: Handle long type variable in send_keys#499
kivipe wants to merge 1 commit intoSeleniumHQ:masterfrom
kivipe:longbug

Conversation

@kivipe
Copy link
Copy Markdown

@kivipe kivipe commented Apr 28, 2015

Adds handling for long type variable in send_keys. In Python 3,
redefine long to int to maintain compatibility.

I have signed CLA.


This change is Reviewable

Adds handling for long type variable in send_keys. In Python 3,
redefine long to int to maintain compatibility.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be if sys.version_info[0] > 2:

@barancev barancev added the C-py Python Bindings label Sep 6, 2017
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Nov 23, 2019

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@AutomatedTester
Copy link
Copy Markdown
Member

This PR is no longer needed as the code has changed significantly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-py Python Bindings

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants