Skip to content

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.

1 participant