enum Webdrivers::Common::OS

Defined in:

webdrivers/common.cr

Enum Members

Mac = 0
Linux = 1
Windows = 2
Other = 3

Instance Method Summary

Instance Method Detail

def linux? #

[View source]
def mac? #

[View source]
def other? #

[View source]
def windows? #

[View source]