Spur Documentation home page
Search...
⌘K
Getting Started
Welcome to Spur!
Write your first test
Prompting 101 Guide
Common Pitfalls
FAQs
Authoring Tests
Video to Test Generation
Scenario Tables
Script to Test Generation
Spur Test Debugger
Resources
Prompt Library
Test Step Types
Types of Test Steps
Discrete Actions
Overview
Click
Hover
Scroll
Select
Wait
Type
File Upload
Verification
Extractions
Scenarios
JavaScript Actions
Browser Actions
Variables
Advanced Testing
Running Tests
Test Execution Methods
Manual Test Execution
Scheduled Tests
Snooze Tests
Caching Tests
CI/CD
Sharing Test Run Results
Organizing Tests
Authentication
Test Suite
Individual Tests
Test Dependencies
Dashboard
Data Analysis
Statistics
Sign In
Book a Demo
Spur Documentation home page
Search...
⌘K
Ask AI
Sign In
Book a Demo
Book a Demo
Search...
Navigation
Discrete Actions
Hover
Documentation
Changelog
Integrations
Press
Community
Documentation
Changelog
Integrations
Press
Community
Discrete Actions
Hover
Learn how to use hover actions in Spur
Hover actions simulate moving the mouse cursor over specific elements on the page. They are essential for interacting with dropdown menus, tooltips, and other interactive elements.
Basic Usage
Move the mouse cursor over different page elements
Common Hover Combinations
Hover actions often work in combination with other actions, particularly inner scrolls.
Hover then Scroll
Use hover when working with scrollable containers
Keep the cursor over the container while scrolling
Use specific pixel values for scroll amounts
Add wait actions if needed for smooth interactions
Hover for Dropdown Menus
Hover over a dropdown menu and perform additional actions on the revealed content
Hover for Nested Menus
Hover over parent menu, wait for submenu to appear, then hover on submenu items
Was this page helpful?
Yes
No
Previous
Scroll
Learn how to use scroll actions in Spur
Next
On this page
Basic Usage
Common Hover Combinations
Assistant
Responses are generated using AI and may contain mistakes.