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

Unable to upgrade to the latest Selenium Docker container #65

Open
AlexSkrypnyk opened this issue Oct 16, 2023 · 2 comments
Open

Unable to upgrade to the latest Selenium Docker container #65

AlexSkrypnyk opened this issue Oct 16, 2023 · 2 comments
Labels

Comments

@AlexSkrypnyk
Copy link
Member

minkphp/MinkSelenium2Driver#373

@AlexSkrypnyk
Copy link
Member Author

AlexSkrypnyk commented Oct 16, 2023

                +----------------+
                |  Behat         |
                +-------+--------+
                        |
                        | Parses .feature files
                        | Matches Steps to PHP Methods
                        |
                +-------v--------+
                |  Behat Context |
                +-------+--------+
                        |
                        | Calls Mink Methods
                        |
                +-------v--------+
                |  Mink          |
                +-------+--------+
                        |
                        | Uses Driver Interface
                        | to interact with actual 
                        | Web Browser
                        |
                +-------v--------+
                |Driver Interface|
                +-------+--------+
                        |
                        | Factory selects
                        | appropriate driver
                        |
           +------------v--------------+-------------------+--------------+
           |                           |                   |              |
 +---------v---------+        +--------v--------+  +-------v-----+   +----v----+
 | BrowserKit Driver |        | Selenium2       |  | Selenium 4  |   | Others  |
 +-------------------+        +-----------------+  +-------------+   +---------+
           |                          |                   |              |
           | Uses                     |                   |              |
 +---------v---------+                |                   |              |
 |symfony/browserkit |   JS and Non-JS Requests  JS and Non-JS Requests  Various
 +-------------------+                |                   |              |
 Non-JS Requests                      |                   |              |
           |                          |                   |              |
 +---------v---------+         +------v-----------+  +----v--------+   +-v-------+
 | Actual Web Server |         | Actual Web Server|  | Actual Web  |   | Actual  |
 +-------------------+         +------------------+  | Server      |   | Web     |
                                                     +-------------+   | Server  |
                                                                       +---------+

@AlexSkrypnyk
Copy link
Member Author

#64

@AlexSkrypnyk AlexSkrypnyk changed the title Upgrade to the latest Selenium Docker container Unable to upgrade to the latest Selenium Docker container Jan 2, 2024
@AlexSkrypnyk AlexSkrypnyk pinned this issue Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant