简体   繁体   中英

Capture non-unique/dynamic objects in Pega using Selenium

We are facing lots of problem to capturing objects using developer tool because of IFrame / Frame, all objects mapping with more than one IFrame and Frame.

Kindly let me know Selenium webdriver is suitable for automating PEGA application?

It depends how your Pega application was implemented. If you look for example on the default Case Worker portal you can see there is no single IFrame in there.

It is true that the developer portal has Iframes, but why would you test the developer tool?

You can also read: Which is the best and fastest way to find the element using webdriver? By.XPath or By.ID or anything else? And why? . Maybe looking for elements by ID is more suitable for you.

使用Live UI并在大多数HTML输入字段标签中找出Test ID(data-test-id)元素

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM