Class Flex::Base
In: lib/flex.rb
Parent: Object

Base is the base class of all Ruby implementations of the Flex display objects.

Methods

Attributes

id  [RW] 
name  [RW] 

Public Class methods

This method makes it possible to dynamically add a method to the class This method is used when generating all classes at runtime with the XmlParser

Public Instance methods

This method checks with the FunFX Flex adapter if the component exists. The name is the name of the display object.

This method lists all children of a display object

Gets the Flas object from the Funfx instance

This method returns an instance of the Funfx class

This method checks if the Flex application is synchronized or if it is working on some task

This method returns either a new display object or returns the property of a object. If the name argument is supplied it searches for a display object, if not it returns a property

This method checks wheter the Flex application is ready, this means if the framework is able to send requests

This method makes it possible to both write syntax like the AutomationGenericEnv.xml, or writing tests with Ruby syntax.

@ie.Button("button") is AutomationGenericEnv.xml syntax @ie.button("button") is Ruby Syntax

Both is possible

[Validate]