Class Browsers::InternetExplorer
In: lib/browsers.rb
Parent: Object

This class is the Internet Explorer implmentation. It uses the WIN32OLE to be able to drive IE programmatically

Methods

Public Class methods

Public Instance methods

This method makes the framework wait if the browser is busy

This makes the Flash/Flex object available for the Funfx class

This method navigates the browser to the address, and reaches the embedded Flash/Flex object with the name provided with the method set_flex_object

Helper method to extract the Flash object. The argument is the name of the object.

This method loops a defined number of times until it reaches the Flash object. It uses a global variable named -$count_set_flex- from conf.rb

This method navigates the browser to the address provided

This method sets the Flash/Flex object, with the help of help_set_flex_object

Shuts down the browser

This method sets the browser visible or invisible

[Validate]