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

[BP] separate methods for nav_base to "modules for browser" concept #314

Open
Tracked by #304
netzulo opened this issue Apr 6, 2020 · 0 comments · May be fixed by #304
Open
Tracked by #304

[BP] separate methods for nav_base to "modules for browser" concept #314

netzulo opened this issue Apr 6, 2020 · 0 comments · May be fixed by #304
Assignees
Labels
Awaiting-PR Work In Progress at some pull request Best Practice Not functionality problem, but refactor need it

Comments

@netzulo
Copy link
Owner

netzulo commented Apr 6, 2020

Separate methods for nav_base to "modules for browser" concept

# -*- coding: utf-8 -*-
"""package qacode.core.browsers.modules"""


from qacode.core.browsers.modules.commons import ModuleCommons
from qacode.core.browsers.modules.elements import ModuleElements
from qacode.core.browsers.modules.js import ModuleJs
from qacode.core.browsers.modules.module import Module
from qacode.core.browsers.modules.screenshots import ModuleScreenshots
from qacode.core.browsers.modules.waits import ModuleWaits


__all__ = [
    'ModuleCommons',
    'ModuleElements',
    'ModuleJs',
    'Module',
    'ModuleScreenshots',
    'ModuleWaits',
]
@netzulo netzulo added the Awaiting-PR Work In Progress at some pull request label Apr 6, 2020
@netzulo netzulo self-assigned this Apr 6, 2020
@netzulo netzulo added the Best Practice Not functionality problem, but refactor need it label Apr 6, 2020
@netzulo netzulo linked a pull request Apr 6, 2020 that will close this issue
7 tasks
@netzulo netzulo linked a pull request Apr 6, 2020 that will close this issue
7 tasks
netzulo added a commit that referenced this issue Apr 9, 2020
- #314 nav base separate modules
- fix for staled elements at selenium queries
- added tests, coverage at 97%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting-PR Work In Progress at some pull request Best Practice Not functionality problem, but refactor need it
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant