We’re excited to introduce a new (and much requested!) feature to the Ghost Inspector community: Explicit Window Targeting. Now you have the power to specifically target which window or tab you want to focus on during your test steps.
Usually, when you use a CSS selector in your test, Ghost Inspector’s test runners go through all the available tabs to find the first matching element. This is done efficiently and repeatedly to strike the best balance between giving elements enough time to load but also keeping tests running as fast as possible. But sometimes you just want to hone in on a particular window or tab (or ignore all the others), and that’s where explicit window targeting comes in.
With this feature, you can simply add the “window:” string followed by a partial or full tab name or URL. Boom! Now you’re zeroed in on the exact window you want to test. It gives you more control, more flexibility, and makes your testing life a whole lot easier. If you have any questions or feedback about explicit window targeting, let us know! We’d love to hear from you.
To learn more about this feature and see some examples for regular CSS selectors or JavaScript steps, check out our documentation.
Introducing our New Feature, Explicit Window Targeting

We’re excited to introduce a new (and much requested!) feature to the Ghost Inspector community: Explicit Window Targeting. Now you have the power to specifically target which window or tab you want to focus on during your test steps. Usually, when you use a CSS selector in your test, Ghost Inspector’s test runners go through all […]
Case Study: How WordPress Plugin Developer Automates Acceptance Testing with Ghost Inspector

Whether you’re a solo developer or part of a larger team, it can be challenging to keep up with ever-evolving customer requirements and testing standards. In our latest case study, we dive into the world of WordPress plugin developer Justin Labadie who uses Ghost Inspector to automate acceptance testing and ensure his plugins meet customer […]
Why Automation Testing is Essential for Effective Quality Assurance

We recently wrote a post about Test Automation Best Practices, but we think this topic deserves a deeper dive for those who might be curious about the basics of automation testing, how it can transform your QA process, and how to get started with a tool like Ghost Inspector. Let’s start by understanding what it […]
The 7 Best UI Testing Tools for Testing Automation

Usability is critical for the success of any website or app. To make sure your web-based project is bug-free, you need to run UI tests, many of which can—and should—be automated. Doing so lets you detect issues like bugs, slow loading times, or poor responsiveness so you can fix them before they make a bad […]