I am attempting to use Selenium WebDriver in C# to make a single click on a page to skip to the end of a movie.
<object type="application/x-shockwave-flash"
data="flash.swf" width="100%"
height="100%" bgcolor="#000000" id="player" name="[player"
tabindex="0"><param name="allowfullscreen" value="true"><param name="allowscriptaccess"
value="always"><param name="seamlesstabbing" value="true"><param name="wmode"
value="opaque"></object>
I am somewhat lost. I tried searching for a simple click coordinate method for Selenium WebDriver, but with no luck. I tried to look into using JavaScript to control the flash, but unsure what script I might use. I am coding in C#, I am open to any potential solutions. My end goal is to simply skip to the end of the movie.