score:1
Accepted answer
You can do this before you download the data. This will loop through the buttons available in highchart and click on it when 'All' text is found.
buttons = driver.find_elements_by_css_selector(".highcharts-button-box")
for button in buttons:
if button.text == 'All':
button.click()
break
#code to download data
Source: stackoverflow.com
Related Query
- how to select a button in highcharts-range selector row and click
- how to hide/show scrollbar and range selector of highcharts on button click?
- highcharts how to catch and insert logic in click reset zoom button event
- Highcharts select chart by button click and adjust width
- How to call another function on changing the time range selector and date selector in Highcharts stock?
- How to create a column range chart in Highcharts using range and navigator functions?
- Highcharts : Chart with drilldown how to obtain click event of drill up button
- How to export CSV and XLS with external button in Highcharts
- Highcharts : How do I keep the marker formatting and make the click event fire with a 5K+ point scatter plot?
- Show tootip and select pie slice on legend click of pie chart in HighCharts
- How to tell Highcharts to set date on the x axis, and use a range of time (like 1 day)
- How to get xAxis and yAxis information on a Highcharts heatmap click event?
- How to combine highcharts (heatmap) and table (mapping each table row with heatmap row)?
- How can you combine multiple graphs and control with one range selector with Highcharts?
- How to represent a point which is outside range of x and y axis in highcharts
- How to show an empty chart in beginning and populate values on button click
- Highcharts range selector buttons and input filter not working
- How can highcharts linear scale or log scale button enabel and zoom in or out full page
- How to select the drillup button using jquery, so I can do an on click event?
- How to get work range selector with Highcharts with a function?
- How to zoom chart line same as legend hover and reset automatically on button click in highcharts?
- Highcharts how to zoom in programmatically? same as when you select and area for zooming visually?
- how can I use rangeselector and navigation in highcharts in the given code
- How to add and resize image in context button of highcharts
- Highcharts synchronise range selector and navigator on 3 charts
- How can I maintain the Highcharts halo effect on pie chart after click and mouseOut?
- How can i use double click in Highcharts and get that data
- How to remove button from Highcharts
- How to modify highcharts legend item click event?
- Highcharts - How to programmatically toggle legend items and determine which items are selected
More Query from same tag
- How to bind dynamic data in highcharts Tooltip
- Tools for building charting server that creates / caches server-side rendered image charts?
- Highcharts : Plotting Data versus Date
- one chart, multiple series multiple data with single data
- Highcharts in Vue.js component
- Highcharts zIndex of Y-Axis title
- Why does my HighStock data drop off when I zoom out?
- How can I set the legend symbol color for a series when using colorByPoint?
- Setting custom colors in Highcharts drill-down maps
- Plotting multiple series from HTML table generated by Ajax to Highcharts
- Highcharts while collecting JSON and changing the date by modifying the pointstart
- Highstock.js - Adding a point to the chart dynamically to a new series
- stacked bar chart with separate label
- highcharts: use JSON in drilldown
- Highcharts stacked column is cut off
- Highchart - Min max and Mean chart
- Change only "Input Date" text of HIghStock Chart without setExtrerems?
- HighMaps select map from list - Highcharts.geojson and Highcharts.mapDataIndex issues
- Highcharts: Add point without connecting series
- change parameter with {{index+1}} angularjs
- Gauge chart Highchart dial style issue
- Jquery, highchart: render plot on button click, roll backs
- Highcharts Get legend "icon" in tooltip
- Highcharts displaying additional information to each bubble points using array
- Highstock displayed inconsistent
- Highcharts Sync charts horizontally
- filter json data to display on the pie chart
- Problems rendering an ISO Serialized DateTime JSON into a Highcharts time-series?
- Donut chart with text inside pie and downward as well
- Highcharts XRange datetime format