Class SystemInfo
java.lang.Object
org.openqa.selenium.devtools.v140.systeminfo.SystemInfo
The SystemInfo domain defines methods and events for querying low-level system information.
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Boolean> getFeatureState(String featureState) Returns information about the feature state.static org.openqa.selenium.devtools.Command<SystemInfo.GetInfoResponse> getInfo()Returns information about the system.static org.openqa.selenium.devtools.Command<List<ProcessInfo>> Returns information about all running processes. 
- 
Constructor Details
- 
SystemInfo
public SystemInfo() 
 - 
 - 
Method Details
- 
getInfo
Returns information about the system. - 
getFeatureState
Returns information about the feature state. - 
getProcessInfo
Returns information about all running processes. 
 -