TestStack / TestStack.Seleno

Seleno helps you write automated UI tests in the right way by implementing Page Objects and Page Components and by reading from and writing to web pages using strongly typed view models.
http://teststack.github.com/TestStack.Seleno/
MIT License
180 stars 60 forks source link

Drag and drop #236

Open imilchev opened 8 years ago

imilchev commented 8 years ago

Hi there,

Is it possible to test drag and drop functionality? If not are you planning to implement that in the near future. So far this is the only thing that seems to be missing from Seleno.

Thanks in advance!

robdmoore commented 8 years ago

You can drop into Selenium Web Driver to achieve this vid the Browser property on the page object.

See this SO post for examples (just translate to C# equivalent): http://stackoverflow.com/questions/14210051/how-to-automate-drag-drop-functionality-using-selenium-web-driver

No immediate plans to add a nice Seleno wrapper, but fee free to suggest one and we can discuss the design :)

On 1 Feb 2016, at 10:55 pm, crazybg321 notifications@github.com wrote:

Hi there,

Is it possible to test drag and drop functionality? If not are you planning to implement that in the near future So far this is the only thing that seems to be missing from Seleno

Thanks in advance!

— Reply to this email directly or view it on GitHub.