Skip to content

Instantly share code, notes, and snippets.

View fastjames's full-sized avatar

Jim Kane fastjames

View GitHub Profile
@ohrite
ohrite / axe.rb
Last active October 7, 2024 20:20
Cuprite support for axe-core-api
# spec/support/axe.rb
module Capybara
class Session
alias_method :execute_async_script, :evaluate_async_script
end
module Cuprite
class Browser
alias_method :execute_async_script, :evaluate_async