Pontus
Pontus
For me it never finished that step, does it for you?
But it did finish?
Would also like to know if there is any progress in this feature.
> example: > > ```python > dcc.Graph(figure={'data': [ > { > 'x': df['date'], > 'y': df['time_on_page'] + granularity, > 'text': df['pathname'], > 'hoverinfo': 'text', > 'type': 'scatter', > 'mode': 'markers',...
> > example: > > ```python > > dcc.Graph(figure={'data': [ > > { > > 'x': df['date'], > > 'y': df['time_on_page'] + granularity, > > 'text': df['pathname'], > > 'hoverinfo':...
Any progress on this?
Any progress on this?
This issue seems to be solved if we update `requires-testing.txt` to allow for selenium version 4.7.0. ``` # Dependencies necessary for utilizing Dash provided testing utilities beautifulsoup4>=4.8.2 cryptography=2.0.2 pytest>=6.0.2 requests[security]>=2.21.0...
Seems like the latest working selenium version is `4.9.1`. The version latest version `4.10.0` is giving me errors. ``` E selenium.common.exceptions.InvalidArgumentException: Message: invalid argument: unrecognized capability: loggingPrefs E Stacktrace: E...
I can create a PR