-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
[🚀 Feature]: Additional information (columns) in Sessions #15599
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
Comments
@adrian-tarau, thank you for creating this issue. We will troubleshoot it as soon as we can. Selenium Triage Team: remember to follow the Triage Guide |
I looked at the code, and I think I can provide a PR. But I would still need to know what the attribute names to be used to store those three attributes. |
Caps with the prefix |
This issue is looking for contributors. Please comment below or reach out to us through our IRC/Slack/Matrix channels if you are interested. |
Indeed, being configurable is a plus. However, in the absence of a configuration (for session columns), it would be nice to have a default. Showing those three columns with a "-" would tell any user that that information could be provided (also described in the Help page as the standard capabilities used to populate those columns). |
@adrian-tarau, can you review the implementation detailed here #15759 |
Uh oh!
There was an error while loading. Please reload this page.
Description
It would be nice to see client-specific information in the sessions view in Grid. Currently, you see the Session ID (which is only useful for troubleshooting), Capabilities, Start Time, Duration, and node URI.
In most cases, the following information is available when a test runs:
With all these three pieces, looking at what runs in the grid will tell you which one to examine (if you have VNC enabled).
It could be under a new namespace or se namespace, like this:
Have you considered any alternatives or workarounds?
No response
The text was updated successfully, but these errors were encountered: