moveByOffset is not working for chromeDriver. It is working with 
firefoxdriver.
Chromedriver version: 2.36

I'm trying to drag a bar (visjs element) by a few pixels.
In this case, 'content' is a 
TemplateDerivedPageContent
defined in the content section of the module. Specifically:
centerClickable(wait: false, required: false) { $(".vis-drag-center") }

The following works in firefoxdriver, but not in chromedriver:

interact {
  clickAndHold(content)
  moveByOffset(offset_x, offset_y)
  release()
}

The only solutions I managed to find online are for moving to a specific 
target, but I have no specific target/selector, so I need to move with 
either an offset or to destination coördinates


-- 
You received this message because you are subscribed to the Google Groups "Geb 
User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/geb-user/7d764cbf-2e57-44dd-93da-aa1aeae0b4c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to