agouti icon indicating copy to clipboard operation
agouti copied to clipboard

A WebDriver client and acceptance testing library for Go

Results 59 agouti issues
Sort by recently updated
recently updated
newest added

Hi, I was having issues when calling `Page.Navigate()` and got the error `failed to navigate: failed request: invalid session id`. After some digging in the code I got to the...

Hello sir @sclevine can't use agouti and chromedriver to bypass cloudflare, because cloudflare just update the bot detector any update, solution ?

It would be helpful if some documentation or example could show how to select an option from a dropdown select. For example here: http://jsfiddle.net/t0xicCode/96ntuxnz/ ```Html John Paul Mary Jane Elisa...

I'm trying to navigate down a JavaScript-heavy page. Is there any way to focus on a given page element (e.g. to force an infinite scroll to kick in)?

My target use-case is starting the appium service with "--relaxed-security". The other approach I considered was to allow more directly creating the appium.WebDriver struct so clients could provide an existing...

Fix run script function

Could you please add some [BrowserStack](https://www.browserstack.com/) support ? ``` func BrowserStack(name, platform, browser, version, username, accessKey string, options ...agouti.Option) (*agouti.Page, error) { url := fmt.Sprintf("http://%s:%[email protected]//wd/hub", username, accessKey) capabilities := agouti.NewCapabilities().Browser(browser).Platform(platform).Version(version)...

I am trying to write a utility that enables me to fetch the browser logs from console (all the logs not just Javascript console errors) in an automated fashion. I...