celerity
celerity copied to clipboard
This project is no longer maintained.
Celerity comes bundled with cssparser-0.9.7. When using celerity on an application that uses Modernizr 2.6.2, cssparser will throw an exception ``` javascript CSSRule com.steadystate.css.dom.CSSUnknownRuleImpl is not yet supported. ``` Using...
I am testing a web application ( www.tradingpost.com.au ) using Cucumber and Celerity 0.9.0 and the test sites for the application are on a lcoal intranet. I am a strong...
Hi, For instance, I have something like : br= Celerity::Browser.new br.goto foo and br.url gives bar because foo redirect to bar. I wish to parse also the body of page...
I've just installed the follow gem versions on JRuby 1.6.4: capybara (1.0.1) mime-types (>= 1.16) nokogiri (>= 1.3.3) rack (>= 1.0.0) rack-test (>= 0.5.4) selenium-webdriver (~> 2.0) xpath (~> 0.1.4)...
Hello, We are using Celerity (JRuby wrapper around Watir, using HtmlUnit as the underlying browser) to navigate thru the webpage, (https://www.sos.ok.gov/corp/bulkorder/bulkDefault.aspx). We have encountered an issue with java script on...
Not work facebook script http://connect.facebook.net/en_US/all.js ======= EXCEPTION START ======== Exception class=[java.lang.RuntimeException] com.gargoylesoftware.htmlunit.ScriptException: Exception invoking jsxFunction_submit at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine$HtmlUnitContextAction.run(JavaScriptEngine.java:604) at net.sourceforge.htmlunit.corejs.javascript.Context.call(Context.java:537) at net.sourceforge.htmlunit.corejs.javascript.ContextFactory.call(ContextFactory.java:538) at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.callFunction(JavaScriptEngine.java:534) at com.gargoylesoftware.htmlunit.html.HtmlPage.executeJavaScriptFunctionIfPossible(HtmlPage.java:897) at com.gargoylesoftware.htmlunit.javascript.background.JavaScriptFunctionJob.runJavaScript(JavaScriptFunctionJob.java:53) at com.gargoylesoftware.htmlunit.javascript.background.JavaScriptExecutionJob.run(JavaScriptExecutionJob.java:84) at...
(original title: link.click_and_attach: no way to filter through windows) i brought this up a while back, but it seems like Celerity has no support for choosing between multiple popup or...
Browser#send_keys can only type characters that matches regexp \w, which means it cannot send ".", "@" or a bunch of other useful characters.
1. Diff watirspec master..watir2 2. Remove deprecated APIs from Celerity's watir2-compliance branch. 3. Add deprecation warnings where it makes sense to Celerity's master branch.