I am developing web automation for a ferry booking website.
My script selects the departure and arrival ports, the date of departure, and a single passenger. (Other scripts are used to select different passengers and vehicles.)
Now, I need to automate the selection of accommodations (for example, “Standard”) for a specific ferry company (for example, “Adria”), ensuring it matches the date and time of departure.
In the given example (Bari-Durres on 22/09/2024), there are three departures, one for each company, but sometimes there may be multiple departures for the same company within a few hours.
Thank you for your help.
{
“Name”: “TlinUivForumScData”,
“CreationDate”: “2024-9-6”,
“Commands”: [
{
“Command”: “store”,
“Target”: “Bari - Durazzo 22/09/2024”,
“Value”: “ScURL”,
“Description”: “”
},
{
“Command”: “open”,
“Target”: “${ScUrl}”,
“Value”: “”,
“Description”: “apre booking con parametri saltando la home page”
}
]
}