canopy icon indicating copy to clipboard operation
canopy copied to clipboard

f# web automation and testing library, built on top of Selenium (friendly to c# also)

Results 28 canopy issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Just wondering if Playwright is more stable than selenium? https://github.com/microsoft/playwright **Describe the solution you'd like** Maybe be able to switch...

**Describe the bug** I am trying to execute canopy script on Edge Browser but my script is not able to execute. Edge browser is opening at the time of execution...

Hi Team, I am trying to read a value for particular locator and comparing with expected value but my canopy code is reading blank value for that locator. let locator...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** run any UI test. 4. See error 404 There isn't a GitHub Pages site here....

**Is your feature request related to a problem? Please describe.** Yes. Its really how we have implemented our framework where the chrome browsers loops through 300 similar tests, consequently causing...

Chris: I am trying to use Canopy to scrape some web pages - pass in a uri and getting the html document from a page (after the javascript runs) I...

**Describe the bug** While looking into #499, I realised that the screenshot function saves the image in png format despite adding the `.jpg` file extension. https://github.com/lefthandedgoat/canopy/blob/a593649e5995fb0804c5b7c8f9510cd40840a569/src/canopy/canopy.parallell.functions.fs#L52-L99 Unfortunately, I don't think...

This is not an issue with how Canopy needing to be fixed. It is an issue with me not knowing what I am doing and also not knowing where to...

**Describe the solution you'd like** It would be great if the is a way to screenshot the passed tests in the HTML report. This is true for failed tests when...

**Describe the bug** When a test fails in macOS, it prints an unrelated DllNotFoundException: ``` 08/04/2020 22:08:27: Error during fail reporting: System.TypeInitializationException: The type initializer for 'Gdip' threw an exception....