• +43 660 1453541
  • contact@germaniumhq.com

Tagged: webdriver

Creating WebDriver Browser Instances With Germanium's open_browser()

If you want to open a WebDriver browser instance using Selenium, you need a few steps. The binary driver available is required to be in the PATH, and you need to create a specific configuration object, depending on the browser type, to get the browser instance. In Germanium it's only open_browser("chrome"). Since Germanium is Selenium, how is that working?


Read more

Germanium Selector Builder Alfa Release

After a lot of work over the last year, we're proud to present you the alfa release of our Germanium Selector Builder. Germanium Selector Builder is an application that can generate Selenium selectors with a simple click. It also offers functionality for visualising the matches in the browser, and full Germanium API support.


Read more

On The Road To Abstraction II

Continuing the previous article with concrete code examples of the ultimate automation achievable in the Germanium stack (Selenium, WebDriver, Germanium, Behave).


Read more

Germanium 2.0.8 Release Notes

As usual Germanium gets a driver update, but this time, but here's the other goodies packaged in.


Read more


Germanium Offers Now Edge Support (Beta)

Version 1.10.0 offers now Edge support. In order to access it you just need to update Germanium (pip install -U germanium), and call open_browser('edge').


Read more

Germanium 1.8.0 is Released

Finally there is no need in downloading drivers for WebDriver. With Germanium the drivers are tested and packed in.


Read more

What Do We Learn from the Broken Firefox WebDriver Support

With the new release of Firefox 47, the WebDriver support was left in limbo. On one hand, the old WebDriver API is not accessible anymore, on the other hand the new API (Marionette) explicitly doesn't supports it.


Read more

Germanium 1.7.14 is Released

Germanium 1.7.14 is released. select_file() allows picking files for upload, and a lot of effort was put in Firefox support. WebDriver updates for the other browsers.


Read more

Germanium 1.7.12 Is Released

When using WebDriver fetching child nodes or the parent node of an element might be a chore. Not so with Germanium.


Read more