Hí,
I'm using a Timeline Chart of daypilot to develop a Timeline. I use Selenium for front-End test, but i can't find elements on Day Pilot chart.
Someone can help me?
The best way to target the DOM elements would be using the internal CSS classes (derived from the theme name) that are applied to the Scheduler:
https://kb.daypilot.org/62119/list-of-css-classes-used-in-cssonly-mode-scheduler/
It's also possible to add custom CSS classes to selected elements using OnBefore*Render event handlers (events, background cells, headers).