hello-world-1-1.rpm的标题如下
ChromeOptions options = new ChromeOptions();
options.addArguments("--start-maximized");
options.addArguments("--disable-infobars");
options.addArguments("--user-data-dir=C:/Users/AntonK/AppData/Local/Google/Chrome/User Data/Default");
DesiredCapabilities dc = DesiredCapabilities.chrome();
dc.setCapability(ChromeOptions.CAPABILITY, options);
driver = new RemoteWebDriver(new URL("http://localhost:9999/wd/hub"), dc);
hello-world-1-2.rpm的标题如下
Name: hello-world
Version: 1
Release: 1
Summary: Most simple RPM package
License: FIXME
Provides: hello-world = %{version}-%{release}