Uses of Class
org.openqa.selenium.devtools.systeminfo.model.ProcessInfo
-
Packages that use ProcessInfo Package Description org.openqa.selenium.devtools.systeminfo -
-
Uses of ProcessInfo in org.openqa.selenium.devtools.systeminfo
Methods in org.openqa.selenium.devtools.systeminfo that return types with arguments of type ProcessInfo Modifier and Type Method Description static Command<java.util.List<ProcessInfo>>
SystemInfo. getProcessInfo()
Returns information about all running processes.
-