running-elephant / datart

Datart is a next generation Data Visualization Open Platform
https://running-elephant.github.io/datart-docs/
Apache License 2.0
2k stars 592 forks source link

Question: Is chrome webdriver needed for normal use of datart? #1175

Closed clementchong closed 2 years ago

clementchong commented 2 years ago

The datart.conf has setting for webdriver. What is the purpose if I only use datart for normal reporting/visualization. I read selenium is for automated browser testing, how is this required for normal use of datart?

scottsut commented 2 years ago

It is for the Schedule module. Take screenshot by Chrome and send them to user's email.

clementchong commented 2 years ago

I see. if I only send by excel, then selenium is not needed?

scottsut commented 2 years ago

I see. if I only send by excel, then selenium is not needed?

Yes.

clementchong commented 2 years ago

Thank you!