Selenium IDE click and drag

I use the Selenium IDE extension to test web pages in FireFox, and I was able to learn how to execute almost every command that is needed to automate testing my web page.

Unfortunately, I was not able to find out how to do this using the list of commands that you can manually enter into the Selenium IDE queue.

I was wondering if anyone knows how to do this in the Firefox extension. Thank!

+4
source share
2 answers

You can use a command dragAndDropToObjectthat finds the target element and drags it to the center of the target element.

dragAndDropToObject
target: locator of the element to drag
value: locator of the destination element

dragAndDrop, .

+5

-, Selenium Builder Selenium IDE. , , Builder IDE , iFrame, AJAX, . , .

+2

Source: https://habr.com/ru/post/1541622/


All Articles