yashaka / selene

User-oriented Web UI browser tests in Python

Home Page:https://yashaka.github.io/selene/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

path of screenshot and pagesource on failure – should be windows friendly

yashaka opened this issue · comments

Currently the rendered in the error message path on Windows – is not clickable, because is rendered incorrectly...
telegram-cloud-photo-size-2-5440527300132198140-y

Here is a place where to start fixing:

_save_screenshot_strategy: Callable[[Config, Optional[str]], Any] = (

telegram-cloud-photo-size-2-5440361780682545601-y

I am working on this.