Module: Accessibility
- Defined in:
- lib/accessibility/version.rb,
 lib/accessibility.rb
Overview
The main AXElements namespace.
Defined Under Namespace
Modules: ArrayCompatibility, DSL, Enumerators, PrettyPrinter, SystemInfo, TextHighlighter Classes: Element, Graph, Qualifier, SearchFailure, Translator
Constant Summary collapse
- VERSION =
          
- '7.0.1'
- CODE_NAME =
          
- 'ニンフィア'
Class Attribute Summary collapse
- 
  
    
      .debug  ⇒ Boolean 
    
    
      (also: debug?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    Whether or not to turn on DEBUG features in AXElements. 
Class Method Summary collapse
- 
  
    
      .version  ⇒ String 
    
    
  
  
  
  
  
  
  
  
  
    The complete version string for AXElements. 
Class Attribute Details
.debug ⇒ Boolean Also known as: debug?
Whether or not to turn on DEBUG features in AXElements. The
value is initially inherited from $DEBUG but can be overridden
by an environment variable named AXDEBUG or changed dynamically
at runtime.
| 13 14 15 | # File 'lib/accessibility.rb', line 13 def debug @debug end |