Skip to content

Conversation

@adbarrera
Copy link

Summary

Updated ngSe to be Python 3 compatible.

How to Verify

Run selenium and/or ngSe in Python 3 and see if all actions still run correctly.

Side Effects

I've heard there are slight differences between Python 2.x iteritems() and Python 3.x items(), but to be honest I had trouble figuring out if there was a better option than items().

fixes #8

…ved every reference to NoneType with type(None), changed urllib2 import to urllib.error, basestring isn't Python 3 compatible so changed every reference to it to str, and iteritems() was changed to items() b/c that also isn't Python 3 compatible
… to type(None) and every reference to iteritems() changed to items() b/c iteritems() isn't Python 3 compatible
@adbarrera
Copy link
Author

bump

Mark Schumacher and others added 5 commits November 11, 2016 16:08
Browser class is currently hard coded to use the selenium chrome local
plugin. Most of the logic has been removed to a Mixin class to be used
re-used with the selenium remote browser plugin. Also bunch of pep8
stuff.
Also some PEP8 changes.
add RemoteBrowser parameters to varialbes
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.

Make it Python 3 Compatible

1 participant