Posts Tagged 'Dom'

Spotlight on Rapise 7.3: Shadow DOM Support

July 7, 2022

We are excited to be releasing the new 7.3 version of Rapise this week. One of its new key features is the ability to record and playback tests against the Shadow DOM. What is the Shadow DOM you ask, and why would you want to test it? Read on to find out!

Read More

Tip of the Day: Accessing and Inspecting DOM Elements with $0

May 23, 2017

Modern browsers have incredibly powerful developer tools. Hit the F12 key and you get access to a wealth of great information and features. The dev tools are great for looking through the DOM and inspecting specific HTML elements. Want to do something on/with that element in JavaScript too? They have you covered. The secret is $0.

<joke>In fact, using $0 can save you more than $0 :-)</joke>

Read More

Spies Like Us - Or How to Use Rapise's Spy Tool for Web Testing

July 9, 2015

One of the features of Rapise, is an integrated Web Spy, also known as a DOM Browser. It's similar to the tools already in the web browsers such as IE, Firefox and Chrome (e.g. Firebug), but unlike using those tools it has lots of nifty features for making web testing easier and also integrates directly into Rapise testing IDE so that you can code against any of the elements visible in the Spy. This article describes how to use the Spy.

Read More