I am learning Selenium with a Java web driver, and I need to implement test scripts for a web application.
Now, when I run my test script, the Firefox browser opens and a plugin is already installed in this browser to call the plugin. And this causes some problems in the web page user interface. E.g. he selects all the numbers (e.g. 123 or 12-02-2013 (date)) of a skype webpage to call.
It basically modifies XPATH or ids (I don't know exactly what it modifies). But because of this, my testing conditions are not met, and my test fails.
Any help would be noticeable if I can remove this plugin from firefox.
NOTE. I do not have skype installed on my pc. However, this plugin is by default.
source share