Handling Drop Down List with boozang
Quote from amin on September 14, 2020, 2:53 pmHello,
I was wondering to know if bg can handle elements in a Drop Down List? For example, using Selenium WebDriver, we can select an item from a List using its index, value or the visible value. More details here: https://webkul.com/blog/handling-drop-down-list-with-selenium-webdriver/
Is there any manner to do the same in bg?
Thanks in advance for your answer.
Amin
Hello,
I was wondering to know if bg can handle elements in a Drop Down List? For example, using Selenium WebDriver, we can select an item from a List using its index, value or the visible value. More details here: https://webkul.com/blog/handling-drop-down-list-with-selenium-webdriver/
Is there any manner to do the same in bg?
Thanks in advance for your answer.
Amin
Quote from ljunggren on September 15, 2020, 2:30 pmHi Amin,
I think we can simply click the item and use an action or group iterator like this to select more values:
http://boozang.com/forum/topic/action-and-group-loops-over-data/
Do you have a sample deployed somewhere that we can test on?
Best Regards,
Mats
Hi Amin,
I think we can simply click the item and use an action or group iterator like this to select more values:
Do you have a sample deployed somewhere that we can test on?
Best Regards,
Mats