List of usage examples for org.openqa.selenium.ie InternetExplorerDriver InternetExplorerDriver
public InternetExplorerDriver()
From source file:org.craftercms.cstudio.share.selenium.forms.CheckboxSimpleTest.java
License:Open Source License
@Ignore @Test public void test_on_internet_explorer() { test_checkbox_simple(new InternetExplorerDriver()); }
From source file:org.craftercms.cstudio.share.selenium.forms.DateTimeTest.java
License:Open Source License
@Ignore @Test public void test_on_internet_explorer() { test_date_time(new InternetExplorerDriver()); }
From source file:org.craftercms.cstudio.share.selenium.forms.DropdownEnableDisableTest.java
License:Open Source License
@Ignore @Test public void test_on_internet_explorer() { test_dropdown(new InternetExplorerDriver()); }
From source file:org.craftercms.cstudio.share.selenium.forms.FlashPickerTest.java
License:Open Source License
@Ignore @Test public void test_on_internet_explorer() { test_flash_picker(new InternetExplorerDriver()); }
From source file:org.craftercms.cstudio.share.selenium.forms.GroupCheckboxTest.java
License:Open Source License
@Ignore @Test public void test_on_internet_explorer() { test_group_checkbox(new InternetExplorerDriver()); }
From source file:org.craftercms.cstudio.share.selenium.forms.ImagePickerTest.java
License:Open Source License
@Ignore @Test public void test_on_internet_explorer() { test_image_picker(new InternetExplorerDriver()); }
From source file:org.craftercms.cstudio.share.selenium.forms.InputCountedTest.java
License:Open Source License
@Ignore @Test public void test_on_internet_explorer() { test_input_counted(new InternetExplorerDriver()); }
From source file:org.craftercms.cstudio.share.selenium.forms.PageUrlTest.java
License:Open Source License
@Ignore @Test public void test_on_internet_explorer() { test_page_url(new InternetExplorerDriver()); }
From source file:org.craftercms.cstudio.share.selenium.forms.Select1ExTest.java
License:Open Source License
@Ignore @Test public void test_on_internet_explorer() { test_select1_ex(new InternetExplorerDriver()); }
From source file:org.craftercms.cstudio.share.selenium.forms.WaterfallSelectorTest.java
License:Open Source License
@Ignore @Test public void test_on_internet_explorer() { test_waterfall_selector(new InternetExplorerDriver()); }