Hello,
Because my English is not good enough, I use Google Translate.
After days of searching and trying I still haven't found a solution to my problem. I want to read text from a svg > text > tspan tag. I use VBA along with Selenium and Chrome browser. I use Kinomap videos while exercising. This is such a video.
https://videos.kinomap.com/en/watch/8ug2mx
At the bottom you see a green schedule. When you move the mouse over it, you will see the slope percentage together with the time at which this takes place. I now have in VBA that the mouse cursor moves from left to right over this diagram, in steps of 125 pixels, showing this data constantly. Those steps of 125 pixels is to temporarily make the mouse cursor move faster. I would like to read that data and put it in a txt file. I could then use it in a userform.
Comments in the VBA code are in Dutch but the code shows what I would like to achieve.
Who can help me, thank you for your time.
Best regards,
Bram
Because my English is not good enough, I use Google Translate.
After days of searching and trying I still haven't found a solution to my problem. I want to read text from a svg > text > tspan tag. I use VBA along with Selenium and Chrome browser. I use Kinomap videos while exercising. This is such a video.
https://videos.kinomap.com/en/watch/8ug2mx
At the bottom you see a green schedule. When you move the mouse over it, you will see the slope percentage together with the time at which this takes place. I now have in VBA that the mouse cursor moves from left to right over this diagram, in steps of 125 pixels, showing this data constantly. Those steps of 125 pixels is to temporarily make the mouse cursor move faster. I would like to read that data and put it in a txt file. I could then use it in a userform.
Comments in the VBA code are in Dutch but the code shows what I would like to achieve.
Who can help me, thank you for your time.
Best regards,
Bram