For some tests using selenium automated testing with FirefoxDriver one can create a custom FirefoxProfile and disable flash in it. Here is the code I used for this. FirefoxProfile profile= new FirefoxProfile(); profile.setPreference("plugin.state.flash", 0); FirefoxDriver driver = new FirefoxDriver(profile);
Technology GupShup is a place where you can articles on Software Development, Databases , Web Development and computers in general. You can also find useful tips and tutorials related to computers.