Nearsoft\SeleniumClient\DesiredCapabilities::getPlatform PHP Méthode

getPlatform() public méthode

Gets platform name
public getPlatform ( ) : String
Résultat String
    public function getPlatform()
    {
        return $this->getCapability(CapabilityType::PLATFORM);
    }