Right now, It works with: I find the element what I want to use: a = browser.driver.find_element(:xpath => "//div[@class='ui-draggable']/img[@class='gwt-Image']") I move to element: browser.driver.action.move_to(a).perform browser.driver.action.click.perform >From element I want, I move with relative coordinate browser.driver.action.move_by(-100,0) browser.driver.action.click.perform
On 8 October 2013 15:58, Luis Espla <[email protected]> wrote: > <div id="trackerVisor"> <img class="gwt-Image" style='background: > url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAA2UlEQVR42mNgAIJGV+5dL4sY/hPCQHUnGWCgwp5r08M8hv+EcI0D9yEUTbeyGP4TwkB1u+GaSmy5Vl9KY/hPCAPVbYFryrfmXHoqieE/IVxgzbUWxaZD8Qz/CWEMm3ZHM/wnhFFsAnE2hzP8J4RRNOnq6go2OHP9Xx3MgBOXO/D819LS4oFr0tPTkzHSUV/V5cb6f3EAAwYGiYPkQeoYkAFIwEBHbVWLM+v/OT4McAzig8QxNMCAoaGhpba2dmGvK+P/KR4M/0E0iA8SZyAEQAonBIqCNWCTBwB2oPJAYcr9sgAAAABJRU5ErkJggg==") > no-repeat 0px 0px; width: 13px; height: 13px;' > onload='this.__gwtLastUnhandledEvent="load";' src=" > http://192.168.5.105/venomweb/clear.cache.gif" border="0"> <img > class="trackerVisorDw" style='background: > url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAA1klEQVR42mNgwAK0tbULJwSK/gfRDISAoaGhJUhhryvj/ykeDP9BNIgPEseqQU9PT8ZAR21VizPr/zk+DHAM4oPEQfIYGox01Fd1ubH+XxzAgIFB4iB5FI1aWlo85Q48/1cHM+DEDc5c/3V1dQXhmgqsudZuDmf4TwiD1KFo2h3N8J8QzrfmXArXVGLLteVQPMN/QhiobjWKTaeSGP4Twhg2XUpj+E8Io9hUYc+1+1YWw39CGKhuE1xTjQP3oYd5DP8JYRRNja7cJ18WMfwnhIHqdoHUAwB9J/JAr/8v+gAAAABJRU5ErkJggg==") > no-repeat 0px 0px; width: 13px; height: 13px;' > onload='this.__gwtLastUnhandledEvent="load";' src=" > http://192.168.5.105/venomweb/clear.cache.gif" border="0"> </div> > > > On 8 October 2013 15:24, Joe Fleck <[email protected]> wrote: > >> Hi Luis, >> >> Can you provide the relevant html for the progress bar? >> >> Joe >> >> On Tue, Oct 8, 2013 at 9:18 AM, Luis Espla <[email protected]> wrote: >> >>> Hello, >>> I'm testing video recorded application and I want to test progress bar >>> video recorded, How can I click on specific place of the progress bar video >>> recorded. I attach a image for you can view progress bar. This bar has a 24 >>> hours of the day if you click on 5 o'clock you watch video of 5,o'clock >>> etc. I want to chose what time I click >>> Sincerely regards >>> >>> -- >>> -- >>> Before posting, please read http://watir.com/support. In short: search >>> before you ask, be nice. >>> >>> [email protected] >>> http://groups.google.com/group/watir-general >>> [email protected] >>> >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "Watir General" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> -- >> -- >> Before posting, please read http://watir.com/support. In short: search >> before you ask, be nice. >> >> [email protected] >> http://groups.google.com/group/watir-general >> [email protected] >> >> --- >> You received this message because you are subscribed to the Google Groups >> "Watir General" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
