org.unitils.selenium.downloader.impl
Class RobotDownloaderIE9

java.lang.Object
  extended by org.unitils.selenium.downloader.impl.AbstractRobotDownloader
      extended by org.unitils.selenium.downloader.impl.RobotDownloaderIE9
All Implemented Interfaces:
RobotDownloader

public class RobotDownloaderIE9
extends AbstractRobotDownloader
implements RobotDownloader

This class downloads a file (IE 9). The files are downloaded to your downloads folder in your user folder.

Since:
1.0.8
Author:
Glen Smith, Willemijn Wouters
See Also:
downloading files IE

Constructor Summary
RobotDownloaderIE9()
           
 
Method Summary
 void clickAndSaveFileIE(org.openqa.selenium.WebElement element)
           
 
Methods inherited from class org.unitils.selenium.downloader.impl.AbstractRobotDownloader
checkIfDownloadedFileExists, checkIfDownloadedFileExists, checkIfDownloadedFileExists, deleteDownloadedFile, deleteDownloadedFile, deleteDownloadedFile, getAttributesLocationFromElement, getDownloadedFile, getDownloadedFile, getDownloadFolder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.unitils.selenium.downloader.RobotDownloader
checkIfDownloadedFileExists, checkIfDownloadedFileExists, deleteDownloadedFile, deleteDownloadedFile, getDownloadedFile, getDownloadedFile, getDownloadFolder
 

Constructor Detail

RobotDownloaderIE9

public RobotDownloaderIE9()
Method Detail

clickAndSaveFileIE

public void clickAndSaveFileIE(org.openqa.selenium.WebElement element)
Specified by:
clickAndSaveFileIE in interface RobotDownloader


Copyright © 2015. All Rights Reserved.