Skip to content

Selenium timed out waiting for chart containers to draw #31464

Closed Answered by devysh1907
devysh1907 asked this question in Q&A / Help
Discussion options

You must be logged in to vote

@dosu
I already have

WEBDRIVER_TYPE= "chrome"
WEBDRIVER_OPTION_ARGS = [
"--force-device-scale-factor=2.0",
"--high-dpi-support=2.0",
"--headless",
"--disable-gpu",
"--disable-dev-shm-usage",
# This is required because our process runs as root (in order to install pip packages)
"--no-sandbox",
"--disable-setuid-sandbox",
"--disable-extensions",
]
WEBDRIVER_CONFIGURATION : {"service_log_path": "/dev/null" }

    SCREENSHOT_LOCATE_WAIT = 100
SCREENSHOT_LOAD_WAIT = 600

any changes more to do? @dosu 

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@devysh1907
Comment options

Answer selected by devysh1907
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant