WebDriver Chrome shm_size how to install via containerBuilder? #1070
-
Can anyone tell me how to set shm_size via builder container? I'm using selenium chrome |
Beta Was this translation helpful? Give feedback.
Answered by
HofmeisterAn
Dec 8, 2023
Replies: 1 comment
-
The container builder API exposes low level configurations through
The unit is bytes. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Zombach
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The container builder API exposes low level configurations through
WithCreateParameterModifier(Action<TCreateResourceEntity>)
. You can use this to setshm_size
.The unit is bytes.