Sha256: ae2596031ce643ece24e77df1700c50c5a3056e7065c5b33b248b1c92b39e0a4

Contents?: true

Size: 459 Bytes

Versions: 2

Compression:

Stored size: 459 Bytes

Contents

# iemodal

A gem to allow interaction with Internet Explorer modal dialogs.  This gem must be used
with the page-object gem.  You must simply include the iemodal module after you include
the page-object module.

	class MyPage
	  include PageObject
	  include IEModal
	end

## Known Issues

See [http://github.com/cheezy/page-object/issues](http://github.com/cheezy/iemodal/issues)

## Copyright

Copyright (c) 2011 Jeffrey S. Morgan. See LICENSE for details.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
iemodal-0.0.4 README.md
iemodal-0.0.2 README.md