YAMASHIRO, Jun

Results 2 comments of YAMASHIRO, Jun

If set "same value" as group in default, cause error with user belongs to not same name group. I recommend use "run_specinfra(:get_user_gid, ...)" for retrieve user's GID like this pull-request....

I can use htmlunit-driver with OLD selenium-server. `java -cp selenium-server-standalone-3.141.59.jar:htmlunit-driver-2.64.0-jar-with-dependencies.jar org.openqa.grid.selenium.GridLauncherV3` (Note: "org.openqa.grid.selenium.GridLauncherV3" defined as "Main-Class" on META-INF/MANIFEST.MF) Sample test written in Python: ```python from selenium import webdriver from selenium.webdriver.common.desired_capabilities...