Eoin Marron

Results 7 comments of Eoin Marron

Yeah I've a problem with this also. I take a look a the output for `docker inspect ` and I can see the "IPAddress" key with an IP address-like value...

Hi @suafeng, folks, Do we've any idea when these changes would be applied, so this support would be included? Thank you, Eoin

If I'm understanding your problem correctly, I was getting the exact same issue and intermittently - some charts generated fine, some had the cyberpunk-styled background and line objects but the...

Got close to this. In my selenium driver class, I incorporated a screenshot function that names the screenshot with the seconds from the epoch in the file name. Then in...

As the jinja is already written in the provided template: ![image](https://user-images.githubusercontent.com/25027753/140484937-efcd666f-7f29-4856-be1a-45c49e1a0e1d.png) this should do it: ``` @pytest.mark.optionalhook def pytest_reporter_context(context, config): context["title"] = "name" ```

I've bumped timeout up from the 75 (seconds presumably...) default in version 3.41.16 to 150 and I'm not getting any more of the page returned in my case. I've also...

On further exploration with the `.get_page_as_pdf(page-id)` method, I was able to observe the whole page contents writing to PDF. I then tried to write the `.get_page_by_id(page_id)` output to file and...