Skip to content

application.py#37

Open
MattQA7 wants to merge 5 commits intocareerist-qa:mainfrom
MattQA7:main
Open

application.py#37
MattQA7 wants to merge 5 commits intocareerist-qa:mainfrom
MattQA7:main

Conversation

@MattQA7
Copy link
Copy Markdown

@MattQA7 MattQA7 commented May 12, 2024

from pages.bestsellers_page import BestsellersPage
from pages.main_page import MainPage
from pages.search_results_page import SearchResultsPage


class Application:

    def __init__(self, driver):
        self.driver = driver
        self.bestsellers_page = BestsellersPage(self.driver)
        self.main_page = MainPage(self.driver)
        self.search_results_page = SearchResultsPage(self.driver)

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