--
--
Before posting, please read http://watir.com/support. In short: search before you ask, be nice.
watir-...@googlegroups.com
http://groups.google.com/group/watir-general
watir-genera...@googlegroups.com
---
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 watir-genera...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
el1 = driver.find_element(:id, "some_id1") el2 = driver.find_element(:id, "some_id2") driver.action.drag_and_drop(el1, el2).perform
Hi there,
I'm trying to drag and drop an element in webpage through the below code:
Step def:
When(/^I drag and drop Basket rule to the position slot$/) do
@browser.span(:class => "draggable ui-draggable").drag_and_drop_ on(@browser.div(:class => "droparea ui-droppable ui-sortable"))
end
The scenario is passing but on the webpage its just high lighting the draggable element.(drop is not working)
HTML code for draggable code:
<tr>
<td>
<span class="draggable ui-draggable" full="Basket" ai d="BASKET"> Basket</span>
</td>
<tr>
HTML code for droppable code:
<div id="0" class="droparea ui-droppable ui-sortable">
Anyone can help me with this issue ?
Thanks in-advance.
Hi there,
I'm trying to drag and drop an element in webpage through the below code:
Step def:
When(/^I drag and drop Basket rule to the position slot$/) do
@browser.span(:class => "draggable ui-draggable").drag_and_drop_ on(@browser.div(:class => "droparea ui-droppable ui-sortable"))
end
The scenario is passing but on the webpage its just high lighting the draggable element.(drop is not working)
HTML code for draggable code:
<tr>
<td>
<span class="draggable ui-draggable" full="Basket" ai d="BASKET"> Basket</span>
</td>
<tr>
HTML code for droppable code:
<div id="0" class="droparea ui-droppable ui-sortable">
Anyone can help me with this issue ?
Thanks in-advance.
Hi there,
I'm trying to drag and drop an element in webpage through the below code:
Step def:
When(/^I drag and drop Basket rule to the position slot$/) do
@browser.span(:class => "draggable ui-draggable").drag_and_drop_ on(@browser.div(:class => "droparea ui-droppable ui-sortable"))
end
The scenario is passing but on the webpage its just high lighting the draggable element.(drop is not working)
HTML code for draggable code:
<tr>
<td>
<span class="draggable ui-draggable" full="Basket" ai d="BASKET"> Basket</span>
</td>
<tr>
HTML code for droppable code:
<div id="0" class="droparea ui-droppable ui-sortable">
Anyone can help me with this issue ?
Thanks in-advance.
Hi there,
I'm trying to drag and drop an element in webpage through the below code:
Step def:
When(/^I drag and drop Basket rule to the position slot$/) do
@browser.span(:class => "draggable ui-draggable").drag_and_drop_ on(@browser.div(:class => "droparea ui-droppable ui-sortable"))
end
The scenario is passing but on the webpage its just high lighting the draggable element.(drop is not working)
HTML code for draggable code:
<tr>
<td>
<span class="draggable ui-draggable" full="Basket" ai d="BASKET"> Basket</span>
</td>
<tr>
HTML code for droppable code:
<div id="0" class="droparea ui-droppable ui-sortable">
Anyone can help me with this issue ?
Thanks in-advance.
You received this message because you are subscribed to a topic in the Google Groups "Watir General" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/watir-general/mrHJU9iGIqI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to watir-genera...@googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "Watir General" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/watir-general/mrHJU9iGIqI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to watir-genera...@googlegroups.com.
Thanks for the reply John...I've managed to fix the issue.
---
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 watir-general+unsubscribe@googlegroups.com.
--
--
Before posting, please read http://watir.com/support. In short: search before you ask, be nice.
watir-...@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscribe@googlegroups.com
---
You received this message because you are subscribed to a topic in the Google Groups "Watir General" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/watir-general/mrHJU9iGIqI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to watir-general+unsubscribe@googlegroups.com.