IgSaf

Results 2 comments of IgSaf

I got the same problem. And an exported html worked fine in my browser. My setup is Ubuntu 22, x11, python3.10, pandasgui==0.2.14, and the rest as in the topic. So...

I had the same issue using PhantomJS driver = webdriver.PhantomJS() driver.set_window_size(1124, 850) # solved the problem for me. driver.get('...') found it here: https://github.com/ariya/phantomjs/issues/11637