I use Firefox with my test, but there is a problem when it comes to pressing flash buttons. I do not have access to the source code of the flash elements, so I can not use flash-selenium or something like that for the test.
Currently, my solution receives a screenshot with api windows and processes the screenshot and determines the coordinates of the buttons that I have to click on it, and then click on the windows again by clicking on the coordinates.
But this way I can not use my computer for anything else, and I have to wait for the PC to interact, unlike the webdriver's own functions.
I'm trying to take a screenshot on a Firefox page using webdriver (actually done) and get the coordinates of the flash button area in this screenshot and click on it without an element, because when I use to check if this is possible selenium ide, it cannot click with features like clickat, or am I doing something wrong.
c # selenium-webdriver webdriver
motto
source share