Letterman 2015 05 20 720p Southern smoke tv vol 2 Brazzers getting some Marvel's agent carter 1x04 Game of thrones s04 1080p hdtv dd5 x264 publichd
View ScreenshotsTests.cs
| var wait = new WebDriverWait(driver, TimeSpan.FromSeconds(10)); | |
| var fullPageImg = wait.Until(ExpectedConditions.ElementExists(By.Id("fullPageScreenshotId"))); | |
| var pngContent = fullPageImg.GetAttribute("src"); |
View code.exs
| {a, b, c} = {:hello, "world", 42} | |
| IO.inspect {a, b, c} |
View ScreenshotsTests.cs
| var options = new ChromeOptions(); | |
| options.AddArguments($"load-extension={GetAssemblyDirectory()}\\FullPageScreenshotsExtension-Chrome\\"); | |
| var capabilities = new DesiredCapabilities(); | |
| capabilities.SetCapability(ChromeOptions.Capability, options); | |
| var dc = DesiredCapabilities.Chrome(); | |
| dc.SetCapability(ChromeOptions.Capability, options); |
View PATs-Dynamic-Dispatch-1.swift
| protocol Animal { | |
| associatedtype FoodType | |
| func eat(food: FoodType) | |
| } |
View gist:3fa31bf6ad42f1c309e70797f405d9df
| 0x77c172c8fF425345CCa0F0A02f5aE42BEd7Fc10f |
View ScreenshotsTests.cs
| [Test] | |
| public void TakingHTML2CanvasFullPageScreenshot() | |
| { | |
| var options = new ChromeOptions(); | |
| options.AddArguments($"load-extension={GetAssemblyDirectory()}\\FullPageScreenshotsExtension-Chrome\\"); | |
| var capabilities = new DesiredCapabilities(); | |
| capabilities.SetCapability(ChromeOptions.Capability, options); | |
| var dc = DesiredCapabilities.Chrome(); | |
| dc.SetCapability(ChromeOptions.Capability, options); |
NewerOlder