This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Attaching to opensearch-dashboards, opensearch-node1, opensearch-node2 | |
opensearch-node1 | Enabling execution of install_demo_configuration.sh for OpenSearch Security Plugin | |
opensearch-node1 | ************************************************************************** | |
opensearch-node1 | ** This tool will be deprecated in the next major release of OpenSearch ** | |
opensearch-node1 | ** https://github.com/opensearch-project/security/issues/1755 ** | |
opensearch-node1 | ************************************************************************** | |
opensearch-node1 | OpenSearch Security Demo Installer | |
opensearch-node1 | ** Warning: Do not use on production or public reachable systems ** | |
opensearch-node1 | Basedir: /usr/share/opensearch | |
opensearch-node2 | Enabling execution of install_demo_configuration.sh for OpenSearch Security Plugin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.lithium.mineraloil.selenium.browsers; | |
import com.lithium.mineraloil.selenium.DriverNotFoundException; | |
import lombok.Getter; | |
import lombok.Setter; | |
import org.openqa.selenium.WebDriver; | |
import org.openqa.selenium.chrome.ChromeOptions; | |
import org.openqa.selenium.remote.CapabilityType; | |
import org.openqa.selenium.remote.DesiredCapabilities; | |
import org.openqa.selenium.remote.RemoteWebDriver; |