Launch the menu setting

Hello!
I would like to launch the menu settings with something like
> driver.executeScript("client:client.launch(\"settings\", \"true\", \"true\")");

is it possible?

The app you are looking for called “com.apple.Preferences”

e. -

driver.executeScript("client:client.launch(\"com.apple.Preferences\", \"true\", \"true\")");

is it possible?