TestCase Studio Changelog
VERSION: 1.3.0 (date 30-06-2022) Removed the registration form. Now one need not to register. Just install it and enjoy using it. Deprecated Tab and shift key recording. Updated minor fix for windows. UI fixes and lots of CSS improvements. Updated footer links and added TestCase Studio Pro version link. Upgrade to TestCase Studio Pro for […]
TestCase Studio Pro Subscription Plans
Take a 7 days Free Trial now
How to get started with TestCase Studio Pro
Very simple 5 steps to start with Pro Version- Add TestCase Studio Pro to your Chrome Browser. Click to add Pro Version to browser Now pin the extension to tool bar in your browser. TestCase Studio Pro is installed and setup is ready. Now checkout the plans and take the Free trial to experience the […]
SelectorsHub Video Tutorial
Checkout this tutorial to make the best use of SelectorsHub
How to use SelectorsHub in Dark Theme
SelectorsHub can also be used in dark theme. To use it in dark theme, just the DevTools theme from default to dark from DevTools setting. Please follow the below tutorial to live demo-
How to verify xpath in bulk using SelectorsHub
SelectorsHub being a superfast xpath and CSS selector tool has an inbuilt feature of smart maintenance. Maintenance is the art of good work and is an important asset for productivity and efficiency. Using this feature, all the xpath of the script can be verified in one shot and no need to copy xpath one by […]
How to inspect dynamic invisible web elements using SelectorsHub Debugger
Using SelectorsHub debugger feature any kind of dynamic element, invisible element or dropdown elements can be inspected easily. Step 1: Click on the debugger icon Step 2: After clicking on debugger icon, make the element visible within 5 sec Step 3: Now it will stop the element from disappearing and it can be easily inspected. […]
How to generate multiple xpath and automation code in SelectorsHub
Apart from all this SelectorsHub can generate multiple xpath and locators page for POM Lets see the functionality of this step by step through visual imagery: Step 1: Click on the generate automation / multiple selectors icon on the right side. Step 2: Start inspecting element one by one to generate xpath and selectors. As […]
SVG
As we all know that SVG elements don’t support the standard XPath pattern. So most of the time we struggle while writing the XPath for SVG elements. But now SelectorsHub has solved this problem. You just type // and it will suggest the correct syntax and you can build XPath without wasting any time. You […]
iframe
Just inspect the element if it will be inside an iframe, it will show “in iframe” in the SelectorsHub tab. To write the xpath/cssSelector for any element which is inside an iframe, just inspect that element and start typing. To verify any selector (xpath or cssSelector) inside an iframe, first inspect any element inside that […]