You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So currently I would like to pass images from web driver as base 64 encoded straight into your extra.image helper.
When setting to --self-contained-html. This works great, the only downside is that the images are no longer clickable. They don't open in a new tab.
Would it be possible to embed a little bit of JS on an onClick handler so that the image can open in a new tab? I'd love to submit a pull request but Im not Pythonic enough just yet!
This would be the icing on the cake for the self contained option!