All Questions
4 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 ...
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....
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 ...
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>
&...