SelectorsHub Compare with free
Compare with free Click to see the Comparison between Pro and Free version. You can also checkout the below video for live comparison with examples.
TestCase Studio Installation
Installation 1- Choose any browser according to your comfort, let’s say we choose Chrome for downloading this extension, just click on install button of chrome. 2- Here click on Add to Chrome button. It will show one popup, allow that and plugin got added in your browser. Restart the browser and enjoy using it. 3- […]
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 […]
Smart Editor
Write and verify xpath Write and verify cssSelector Write and verify jsPath Write and verify jQuery Save xpath and selector value and access them direct from SelectorsHub Turn off toggle to stop auto suggest while typing
How to automate Shadow DOM in selenium
Just inspect the element if it will be inside shadowDOM, it will show “in ShadowDOM” in the SelectorsHub tab. It will auto generate the script in java-selenium to automate shadow dom element It will also generate the css selector and gives other information. To write the cssSelector for any element which is inside shadowDOM, just […]