6

So i was using some python scripts for automating some stuff in google chrome. Since yesterday i experience a really strange bug. When i use the script to open Google Chrome via selenium, all Websites look like this: Screenshot

enter image description here

I blurred out the faces, they get displayed perfectly. But there is absolutely no text getting displayed, not even in console. This worked for weeks now and all of the sudden it looks like this.

Any Ideas how to fix it? I tried reinstalling Chrome and chromedriver, without success.

Thomas Vangelooven
  • 1,679
  • 2
  • 12
  • 18

3 Answers3

1

Updating to Google Chrome Version 68.0.3440.25 (Build officiel) beta (64 bits) fixed my problem

Community
  • 1
  • 1
  • As per [Google Chrome version history](https://en.wikipedia.org/wiki/Google_Chrome_version_history) **Chrome 68.0.3440** still in **Current Beta channel**. yet to be **GA**. Be catious – undetected Selenium Jun 15 '18 at 13:07
1

Change your system language to English to solve this problem

Joran
  • 13
  • 1
  • 3
  • 7
    Can you please add an explanation to why this would solve this issue. Single liners are not really very helpful in solving the questions. – demouser123 Jun 28 '18 at 08:00
0

have a look if the disable-gpu comand line flag for chrome helps you

https://github.com/karma-runner/karma-chrome-launcher/issues/183#issuecomment-401820926

Yo Ludke
  • 2,149
  • 2
  • 23
  • 38