Skip to content

Instantly share code, notes, and snippets.

View lukeis's full-sized avatar

Luke Inman-Semerau lukeis

  • San Francisco Bay Area
View GitHub Profile
@lukeis
lukeis / bookmarklet.md
Last active August 29, 2015 14:17
Selenium-Close-Non-Issue

javascript:(function(){$('#new_comment_field')[0].value='This is a question rather than an issue. Please send questions to the selenium user group\n\nFor issues please provide a concise reproducible test case and describe what results you are seeing and what results you expect.\n\nSee CONTRIBUTING.md';$('button[name="comment_and_close"]').click()})()

<build>
...
<pluginManagement>
...
<plugins>
...
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.0</version>