Adam Gabryś

Results 24 comments of Adam Gabryś

Just in case - list of labels: https://github.com/cloudfoundry/service-fabrik-broker/blob/v0.26.0/interoperator/controllers/multiclusterdeploy/sfserviceinstancemetrics/sfserviceinstancemetrics_controller.go#L46-L55

The issue is caused by the missing configuration of the CodeNarc runner's classpath when it is executed. I searched a little bit and this is how it is solve for...

I'm temporary solved this by code: ``` driver.get("chrome://extensions"); WebElement checkbox = driver.findElement(By.xpath("//div[contains(@class, 'incognito-control')]/label/input[@type='checkbox']")); if (!checkbox.isSelected()) { checkbox.click(); } ``` The solution is based on code added to [comment](https://bugs.chromium.org/p/chromedriver/issues/detail?id=513#c9) of the...

Hello @LeaveMyYard. The [v1.4.0](https://github.com/robusta-dev/krr/releases/tag/v1.4.0) has been released today. It contains the `--selector` parameter. Should I close this issue? I feel the feature idea is still valid, but from other side...