• Background Image

    News & Updates

    Interaction

January 15, 2018

Selenium Advanced Element Interaction: Screencast

Learn how to interact with more complex page elements using the custom actions builder. JavaC#RubyPythonJavaScript (more…)
January 15, 2018

Selenium Advanced Element Interaction: Text Version

Sooner or later you will find yourself in a situation where the simple interactions we covered before are not going to cut it. For this Selenium has a lower level API for element interaction available, the so-called ActionChains. With these ActionChains you are able to control the interactions on the (more…)
June 19, 2017

Selenium Advanced Element Interaction

Learn how to interact with more complex page elements using the custom actions builder. In this lesson you will learn how to: Do a double click Use the keyboard function keys Draw on a canvas element Prerequisites: Ideally, you should complete these lessons first: Local Selenium Setup Development Environment Setup (more…)