-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[🐛 Bug]: cant find webdriver logs inside node container #1575
Comments
Those logs are created inside the containers that are created during the dynamic execution. Also, ChromeDriver logs are aggregated together with Grid logs. However they are not collected and saved locally. What are you looking for? |
whats the location of those logs in the dynamic containers? I |
You would need to pause the execution to go inside the dynamic containers. As mentioned before, they are not sent to a special file, they are part of the docker logs which are also aggregating the Grid logs. |
Dynamic Grid will save the log generated during the execution and it will be available on the mounted directory. However, cases like the one mentioned in this issue are out of the scope because the location is arbitrary. If you just let ChromeDriver output its log to stdout as normal, then it will be part of the saved log. This will be available in 4.4, which should be released around the beginning of August. |
What happened?
unable to find the chromedriver.log when using the dynamic grid using docker compose. I have docker exec into both the node container and the chrome container to find the file 'chromedriver.log' under / but its not there.
my config.toml is below
my client code is follows
Command used to start Selenium Grid with Docker
Relevant log output
Operating System
Mac OS Monterey 12.2.1
Docker Selenium version (tag)
4.1.4-20220427
The text was updated successfully, but these errors were encountered: