• +43 660 1453541
  • contact@germaniumhq.com

Tagged: automated-test

Simple Germanium Selectors

Writing selectors shouldn't be always complicated. Here is a quick comparison between a few more popular selectors.


Read more

Managing IFrames With Germanium

IFrames are a feature that is widely used when implementing complex web applications, but it can cause serious problems and confusion when developing automated tests for such an application. Fortunately, Germanium makes also this part easy.


Read more

Writing Your First Selenium+Germanium Java Test

Let's see how we can easily write a Java Selenium test, without a PhD in WebDriver.


Read more

Creating a Selenium Grid with Germanium

Setting up the infrastructure is simpler with the Selenium Grid that is provisioned by Germanium, and available in Docker. All the regression tests are running against the grid now.


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

Writing Your First Selenium-Germanium Test

Let's assume someone finally convinced you it would be a good idea to have some integration tests using Selenium/Germanium. Where do you go from here?


Read more

Writing an E-Mail From GMail Using Germanium

This short tutorial will show you how you can write an e-mail using GMail, by automating the browser itself.


Read more

Germanium 1.9.3 is Released

With Germanium 1.9.3 a new API for point precision was introduced. Box(Css('#someid')).bottom_right() will return the point in the bottom right of the element that matches.


Read more

Germanium 1.9.0 has Amazing Positional Filtering

With the release of Germanium 1.9.0, not only the positional filtering was completely rewritten (keeping 100% backwards compatibility), but finding items positionally is incredibly simple now.


Read more

Massive Performance Improvements in Germanium 1.8.3

With the 1.8.3 release, the positional filtering is lighting fast.


Read more