Fried Hoeben

Results 118 comments of Fried Hoeben

I’m sorry I’m off on holiday at the moment so I don’t have access to my dev environment. Some initial thoughts on your issues: 1. You are right I don’t...

I believe the images work. I use very similar images in a [GitLab pipeline](https://gitlab.com/fhoeben/hsac-fitnesse-fixtures/-/pipelines) that is run for every build and that is passing. BUT the example suite for BrowserTest...

I just managed to update the images to work for me locally (on my Mac M1/arm64). I pushed the changes to a [branch of the sample docker project: `wip/arm64](https://github.com/fhoeben/hsac-fitnesse-docker/tree/wip/arm64) I...

No backward compatibility issues would arise if FirefoxOptions would be supported in addition to and not instead of profile, correct? I would favour a change that allows `with options` (also...

Yes so that's why I though it would be good to support ``` |start driver for|chrome|with options|$chromeProfile| ``` (where its probably better to rename the variable to `chromeOptions`)

Thanks for the extensive error report. You've been very thorough. I can't immediately think of a reason for the behaviour you observe. Are you running with exactly the same browser...

So the `@WaitUntil` cleans up the execution log. That's not actually good news: in that case the fixture is just retrying but has exactly the same problem. The error was...

I believe the issue in chromedriver will be related to the pdf preview. You could try to make a static page with such an iframe (and PDF base64 encoded in...

Getting the value of the attribute probably needs a 'technical selector', maybe something like: `|$pdfencoded= |value of attribute |src |on |css=iframe |` "session storage" should be no problem, you can...

Oh, and you may need to add `|copy browser cookies|` as second line to the JsonHttpTest script, if cookies are needed to make the REST call.