Ioannis Sermetziadis
Ioannis Sermetziadis
Trying to run a randomly picked test from cdi module on embedded wildfly, but it fails. Command: `mvn -f cdi/alternatives/pom.xml test -Pwildfly-embedded-arquillian -Dwildfly.version=10.1.0.Final` Error: ` "WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"test.war\".INSTALL"...
In a monorepo containing multiple go modules, versioning of each module is possible using the subdirectory prefix. This way `go get` will use the version specific to the module of...
This is needed in order to pass any chromedriver arguments, such as logging related: http://chromedriver.chromium.org/logging
Session URL is useful for: Better monitoring the session lifetime and link to errors. Using JoinPage for reusing a single chromedriver process for multiple sessions. As a result, exposing the...
Which is the suggested way to configure this library for high throughput connection, eg 10Mbit or more? My understanding from navigating the code is that there is no way to...