Please help to automate ExtJs applications using WebDriver | Selenium Forum
M
Posted on 06/10/2015
I need to automate an EXT JS Application.In ExtJs the object Id's are dynamic in nature, the object id's are not static everytime the object is rendered in UI. Ext generates many <div> and <span> tags with an automatically-generated ID . Please advise

M
Replied on 06/10/2015

for dynamic elements it is hard to automate but general rule of thumb is that try to find a stable element and from that build a xpath to your needs.