June 2018
Beginner to intermediate
376 pages
8h 58m
English
The Advanced Interactions API is powerful, but it's not perfect. Sometimes, things just won't work.
Let's take our last example (the drag-and-drop page). The code works because we are using JavaScript to create the drag-and-drop functionality.
You can rewrite that example page by using the HTML5 draggable attribute and adding some event listeners. However, if you did this, the Advanced Interactions API would not be able to drag and drop the boxes anymore, because it doesn't yet (as of Selenium Version 3.12.0) support this.
As new technologies come out, it takes time for the core Selenium bindings to support them. So, what do you do when something doesn't work for you and you need to ...
Read now
Unlock full access