What is the Firefox Gecko equivalent to Chrome's --disable-dev-shm-usage flag What is the Firefox Gecko equivalent to Chrome's --disable-dev-shm-usage flag selenium selenium

What is the Firefox Gecko equivalent to Chrome's --disable-dev-shm-usage flag


Try to use a volume in the docker run execution with the flag -v /dev/shm:/dev/shm

This should work for chrome and firefox execution without any flag in the capabilities

Documentation