Selenium Workbook #42: Create a Multi-Slot Appointment in Calendar (Selenium WebDriver’s Advanced User Interactions)
Select multiple time slots to create an appointment on FullCalendar using Selenium WebDriver’s Advanced User Interactions API.
4 min readJun 8, 2024
This article is one of the “Web Test Automation Workbook” series, a set of bite-sized exercises.
The Test Case #42
This is an extension of Exercise #41.
Test data:
- SiteURL: https://whenwise.agileway.net
- User login: “
yoga@biz.com
”, password: “test01
”
Purpose
- Selenium WebDriver’s Advanced User Interactions — Mouse
- Drive FullCalendar
WhenWise uses FullCalendar, a popular calendar view for showing appointments/bookings. - List concepts in programming