automation - Coded UI: Can we perform drag & drop without consuming mouse? -


I have used the Selenium web driver in the past and because it uses the browser driver, without drag and drop it Works as it really is taking the mouse The problem of dragging and dropping with the mouse is that you can not actually open anything or move your mouse when you are running your tests. I'm wondering if the coded UI has the same feature?

Please note that I do not want to use a test recorder, instead I am using a more flexible approach and building UI test through the Page Model. This means that I am putting all my tests in hand.

Not afraid it will always use the mouse to interact.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -