Skip to content

Instantly share code, notes, and snippets.

View WryanBrock's full-sized avatar
🎯
Focusing

Wryan Brock Ledbetter WryanBrock

🎯
Focusing
View GitHub Profile
Tomer Steinfeld
May 6
I'm afraid that recording on IE is impossible at the moment, and currently we have no plans on doing that.
On Friday, May 3, 2019 at 6:20:33 AM UTC+3, Rocky wrote:
Hi All, I need your help to run the recorder (selenium IDE) in internet explorer. Selenium only supports Firefox and chrome browser for the default plugin which can record the applications activity through that. I have IE specific applications which only runs in IE only. So i cannot record in other browser. Is there any way to install plugin in internet explorer and record it. Your kind help is appreciated. Thanks
package scraperBlocks;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.ie.InternetExplorerDriver;
public class simpleie {
public static void main(String[] args) {
@WryanBrock
WryanBrock / gist:14ea66b4c98e49a7870e8b1481ee3f76
Created May 15, 2019 14:43
IE 11 java windows 10 failing with .size() added
package scraperBlocks;
import java.io.File;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.ie.InternetExplorerDriver;
import org.openqa.selenium.ie.InternetExplorerOptions;
package scraperBlocks;
import java.io.File;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.ie.InternetExplorerDriver;
import org.openqa.selenium.ie.InternetExplorerOptions;