CustosClarus

Results 10 comments of CustosClarus

I have the exact same issue ``` asad@elk:~$ sudo /usr/share/kibana/bin/./kibana-plugin install file:///home/asad/sigma_ui_1.2.5.zip Found previous install attempt. Deleting... Attempting to transfer from file:///home/asad/sigma_ui_1.2.5.zip Transferring 13993249 bytes.................... Transfer complete Retrieving metadata from...

I got same error, were you able to solve?

it will solve for you if you use the domain user account not the admin

it will solve for you if you use the domain user account not the admin

it will solve for you if you use the domain user account not the admin

Pls find files here https://gofile.io/d/QSXX4l

Thanks for reply. I have made a new application, defined out /example directory, here is the .java. Also loading of driver is done in config.xml and has not been called...

I got it working, by adding ``` ChromeOptions opt = new ChromeOptions(); opt.addArguments("--no-sandbox"); //opt.setBinary("/usr/bin/google-chrome"); opt.addArguments("--headless") ``` ``` public WebDriver createChromeDriver(DesiredCapabilities capabilities) { System.setProperty("webdriver.chrome.driver", Config.getInstance().getDefaultDriverPath()); if (capabilities != null) { capabilities.setCapability(CapabilityType.ACCEPT_SSL_CERTS,...

Thanks Stephen, I believe, something is wrong with the implementation of `findandwait` I made the changes for `google.com` and it worked but only when I replaced the function with this...