-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
path of screenshot and pagesource on failure – should be windows friendly #519
Labels
Comments
Here is a place where to start fixing: selene/selene/core/configuration.py Line 1237 in 4d7b027
|
I am working on this. |
cshimm
added a commit
to cshimm/selene
that referenced
this issue
Apr 26, 2024
This method allows converting local file paths into clickable URIs. Handles both Windows and Unix-based paths, ensuring uniform behavior across platforms
cshimm
added a commit
to cshimm/selene
that referenced
this issue
Apr 26, 2024
This method will format local file paths into clickable URIs. Handles paths in both Windows and Unix based paths.
yashaka
pushed a commit
that referenced
this issue
May 15, 2024
* Update the configuration to log the screenshot and page source file path correctly for all OS types * prefix variable added. formatted prefix as 'file://' --------- Co-authored-by: Edale Miguel <[email protected]>
github-actions bot
added a commit
that referenced
this issue
May 15, 2024
* Update the configuration to log the screenshot and page source file path correctly for all OS types * prefix variable added. formatted prefix as 'file://' --------- Co-authored-by: Edale Miguel <[email protected]>
yashaka
added a commit
that referenced
this issue
May 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the rendered in the error message path on Windows – is not clickable, because is rendered incorrectly...
The text was updated successfully, but these errors were encountered: