Dynamic Workload Console doesn't work whit Firefox esr 45.5 with IBMCCK 2.3.0 (CCK2) - workload-scheduler

When monitoring workload with the Dynamic Workload Console, the result table appears to be empty if using Firefox esr 45.5 with IBMCCK 2.3.0 (CCK2). Any idea?

To solve this problem, use a different browser or upgrade Firefox to esr 45.

Related

Where to find the compatible version for selenium-server, geckodriver and firefox?

I'm making some test with different version of Firefox.
Is there a matrix of something like that where I can find which version of selenium-server and geckodriver work with a specific version of firefox browers.
I'm interested in Firefox 52 and later.
In general is there a place in documentation with the good combinaison. Not only for firefox 58.

Selenium/Webdriver tests execution time doubled after upgrading to 2.45

after the upgrade from selenium 2.44 to 2.45 the execution time is 2-3 times longer than before. I have been executing the tests with Firefox 36 in a Linux/Ubuntu and a Windows XP environment.
What could be the reason behind this slower speed? Do I have to configure FirefoxDriver differently or something like that?
There is a known issue with the FirefoxDriver 2.45, see https://code.google.com/p/selenium/issues/detail?id=8551
Until it gets fixed the workaround is to downgrade Firefox & selenium.
BTW: Don't forget to star this issue at google code! Maybe it will help to speed up the fix ;-)

How to solve the url loading issue in the latest Firefox version-34?

When I update my firefox browser to 34th version I found browser is not loading the url, when I automate the script using Selenium-java. when I downgrade to its lower version then it is loading well but I need to execute it in latest version(34th ver) only. Please give me the solution.Thanks in advance.
Update your webdriver. webdriver 2.43.1 fixes the issue with firefox. 2.44 is the latest stable release if I am not mistaking

How to update chromedriver version to 35?

I am using chromedriver version 2.10. I have update the version to 35.
Could anyone provide how can i achieve that?
Read on if your webdriver-manager update doesn't update chromedriver
to the latest.
I lost a few weeks pulling my hair around an issue I had with "Unable to discover open pages" and every time I would update the chromedriver, it would update to version 2.22 for chromedriver and I believe the selenium server to v2.53.
My problem wasn't really with the selenium server so v2.53 was fine.
Issue was with chromedriver v2.22.
Eventhough this chromdriver link showed that there was a latest version of 2.24, 'webdriver-manager update' would NOT pick up that latest version, it would only grab version 2.22 of the chrome driver.
How did I go around this?
Simply run the command below after you check this link for which version of chromedriver you want to update to; for instance, I wanted v2.24 so I ran the command below:
webdriver-manager update --versions.chrome 2.24
If you check your location: C:\Users\<USER>\AppData\Roaming\npm\node_modules\webdriver-manager\selenium\
You should see that the desired chromedriver was downloaded there; if it's not there, read the command prompt logs and it'll tell you where it downloaded your chromdriver files.
Hope that helps someone!
Chromedriver latest version is 2.10. You can check versions http://chromedriver.storage.googleapis.com/index.html.
We can update chrome version to 35 http://filehippo.com/download_google_chrome/57050/
You should distinguish between chromedriver and chrome as a browser.
The version of chromedriver is not connected with version of chrome browser but you'd better use the latest version of chromedriver.
ChromeDriver and Chrome browser are two separate applications.
ChromeDriver is an implementation of WebDriver, an API which allow us to control browser behaviour.
In ChromeDriver case it's used to control Chrome browser of some version.
As you noted, ChromeDriver last version is 2.10
The version of the Chrome browser which is controlled by the ChromeDriver, got separate development flow and get updated independently to ChromeDriver, Chrome browser version in your case is 35.
In conclusion, don't mix the two applications, they different.
P.S. it's important to note, that in some occasion when new browser version released, the according driver got updated to in order to update it's behaviour according to the new developments of the browser.

Documentation confusion: what version of Firefox does Selenium support?

Looking at Platforms Supported by Selenium the highest version of selenium supported is v 10. I am assuming this is in line with 10 being the current extended support release, v17 is the next ESF, due out on 20 Nov 2012
Firefox extended suport
Firefox release calendar
However looking at the release notes for the Selenium client driver 2.25 (18 July 12) it says "Updated supported versions of Firefox to 17"
Which page should we read? How does the Platforms Supported by Selenium page relate to the 2.2.5 release?
You should refer to CHANGELOG. Thats always the latest. Seleniumhq.org gets updated by someone manually... Which is not happening regularly I guess.
I use selenium 2.25 and I had to download to Firefox version 14 in order to get selenium to work correctly.
Other people have documented this issue but I haven't found any resources that say what versions of Firefox are supported for each version of selenium.
selenium-firefox-driver 2.25.0 not working correctly with Firefox 15
Also if you are using selenium with your web browser you are going to have to turn off automatic updates on your browser to prevent it from updating.