search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Timeline Chart - Selenium

Asked by Sergio Junior
6 years ago.

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?

Answer posted by Dan Letecky [DayPilot]
6 years ago.

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).

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.