Bradley Turek
Bradley Turek
Is this [StackOverflow Question](https://stackoverflow.com/questions/33318653/gmail-login-fail-using-selenium-webdriver-showing-element-not-found-for-passwor) helpful? Do we need to get it to wait?
I'm a newb when it comes to the web, but it looks like adding `&nojavascript=1` to the URL gives us a non-javascript login: 
With javascript disabled, it appears that you _can log in_, but you'll just get a forever spinning spinner and _google voice will never load_. 
I ran into this same issue today.
Maybe this can be done with something like `project.configurations.runtime.fileCollection()` which > locates and downloads the files which make up this configuration. Only the resulting set of files belonging to specified...
I'm quite fond of the new `id` plugin DSL, so I'll be sad if it's broken.
@aalmiray, do you have any idea why this might be happening?
Alright, I'm on-board. I've been reading through the documentation you provided. The `CopyAppDependenciesTask` should identify it's inputs and outputs. Got it: ``` gradle public class CopyAppDependenciesTask extends DefaultTask { @InputFiles...
I started a PR, but it's far from ready. But I put it there so that it's clear what I've done so far.
