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

Added cookie method, modified constructor so that it takes arguments now and handling custom driver object if passed as an argument #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ravikiransandri
Copy link
Contributor

Added cookie method, modified constructor so that it takes arguments now and handling custom driver object if passed as an argument while object creation. fixed typo mistake in logging for open method while error. Fixed flake and pycode errors in this file

Description

This feature will now will help us to add cookie to session.
Passing custom arguments or keyword arguments while object creation. Earlier it was not possible since super class (Unittest.TestCase) constructor is not accepting args or kwargs but from browseractions constructor we are passing to it. Thereby it was causing issue while creating object.
Fixed a typo in logging instead of error there it was info.

…nts while object creation and custom driver object passing to the constructor have been added, fixed mistake in logging for open method while error. Fixed flake and pycode errors in this file
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.

None yet

1 participant