Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impliment dragging #52

Closed
lefthandedgoat opened this issue Sep 18, 2012 · 1 comment
Closed

Impliment dragging #52

lefthandedgoat opened this issue Sep 18, 2012 · 1 comment

Comments

@lefthandedgoat
Copy link
Owner

This code worked on

http://scrumy.com/silenter39delayed

let (>>) a b =
let a1 = element a
let b1 = element b
(new Actions(browser)).DragAndDrop(a1, b1).Perform();

start firefox

url "http://scrumy.com/silenter39delayed"

click ".plus-button a img"

"#task_title" << "Demo"
click "#task_editor_buttons .save_button"
".handle" >> ".inprogress"

@lefthandedgoat
Copy link
Owner Author

added in 0.5.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant