Philipp Scheit

Results 23 comments of Philipp Scheit

it worked something like this: (when using selenium from hub / standalone) $chromeOptions = new ChromeOptions(); $chromeOptions->addArguments(['--no-sandbox', '--headless', '--window-size=1200,1100', '--disable-gpu']); $capabilities = DesiredCapabilities::chrome(); $capabilities->setCapability(ChromeOptions::CAPABILITY, $chromeOptions); $client = PantherClient::createSeleniumClient( 'http://selenium:4444/wd/hub', //...

I'd really like to see this in the library as well. The usecase really is typehinting vs having all classes accept ZonedDateTime and then doing an assertion if it's converted...

> timezone while UTCDateTime only have one and should not care about timezone at all. interesting, cause that's why I initially decided to pass "LocalDateTime" (in my Project) everywhere and...

oh i am sorry, my code snippet was whack. Lets go with this: ``` $whenUtc = ZonedDateTime::fromDateTime( new \DateTimeImmutable('now', new \DateTimeZone('etc/UTC')) ); self::assertTrue($whenUtc->getTimezone()->isEqualTo(TimeZone::utc())); ```

yep, i think it's a flaw in DateTimeZone. I dont understand the difference between region UTC and Offset0 UTC I understand that for regions where the offset might change due...

``` default: suites: something: paths: ... mink_javascript_session: selenium1280 extensions: BehatTests\MinkExtension: base_url: 'https://set-from-env-look-at-BehatTests\\MinkExtension' sessions: selenium: selenium2: browser: chrome wd_host: "host.docker.internal:4444/wd/hub" selenium1280: selenium2: browser: chrome wd_host: "host.docker.internal:4444/wd/hub" capabilities: chrome: switches: ["--window-size=1280,900"] ```

for the newer selenium2driver this does not work anymore - its missing prefs. We need to workaround that part: in your selenium server you get this error: ``` from invalid...

I cannot help it: HE IS UGLY AS HELL and therefore not detected a s a face (hihi, sorry for offtopic)

the mixin for scss is missing as well