We have a requirement where we need to select a specific period value of a graph from web portal. The graph will get refreshed on incremental time basis. Graph containing x & y axis. X= Time, Y= Number of Transactions. We need to click and drag on the graph to select the specific timeframe (Example: 10AM-11AM). We tried with image based Click (Type = click down), Hover, Click (Type = Click up). It didn’t work. Is there any other approach which we can use to achieve this?