You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using astrolabe to automate my angular js webpage.
i am using the below code for the drag and drop, and its not working.
one question is how do we call actions.dragAndDrop from the page object.
please help me to resolve.
Hi All,
I am using astrolabe to automate my angular js webpage.
i am using the below code for the drag and drop, and its not working.
one question is how do we call actions.dragAndDrop from the page object.
please help me to resolve.
Thanks in advance.
Uma
drag1: { get: function() { return this.findElement(this.by.repeater('unmapped in unmappedFields').row(2)); } },
drop1: { get: function() { return this.findElement(this.by.id('targetList')); } },
addClientObject: { value: function(objname) {
}
The text was updated successfully, but these errors were encountered: