Skip to main content

All Questions

1 vote
0 answers
98 views

How to define Firefox to "allow and remember" Java plugin

We have a Java application used by about five hundred computers, the recommended Firefox version to use is Firefox 43. Every time a new user starts using the application or a new PC has to be ...
StackOverUser's user avatar
1 vote
2 answers
2k views

Selenium Webdriver - element not clickable error in firefox

The element not clickable error that usually appears in chrome driver happens to be showing in firefox also. The error message shown: Exception in thread "main" org.openqa.selenium....
LoneWarrior's user avatar
0 votes
2 answers
1k views

Selenium - Testing Server For Multiple Sites

http://www.seleniumhq.org/ - Selenium is a website/page testing platform I'm interested in using for the following situation: I look after several HTML/CSS/JAVA websites that have forms for the ...
Andy's user avatar
  • 1
0 votes
1 answer
1k views

Selenium WebDriver page interaction

Suppose a simple http://mypage.com/ returns the following HTML: <!DOCTYPE html> <html> <head> <script type="text/javascript" src="mypage.js"></script> </head> &...
ManRow's user avatar
  • 1,593