Chrome plugins for automated web browser testing
Here’s a list of plugins I’ve found useful in writing automated Selenium tests for Chrome:
- SelectorGadget: Shows the possible selectors for a given element on a page.
- CSS Selector Tester: Useful for testing CSS selectors.
- Clear Cache: One-click cache clearing.
Plugins that look cool, but I haven’t tried yet:
- Advanced REST client: Craft custom HTTP requests.
- GistBox: Curate your personal code snippets.
Comments