Hi,
I am in POC stage and trying to automate APEX application using selenium webdriver. Although, I am able to locate most of the elements with css/xpath/id, but for the elements that are in a template preview sections cannot be located with any of the locators.
I tried to automate the same using selenium IDE record and play functions but it failed to execute the script after recording.
What I mean by that I cannot locate the elements is that even the xpath for the element that I have written or copied from the browser looks absolutely fine but when I search the element using the locator it doesn't highlight anything on the UI and I get this message “No matches”.
I would like to understand if there are any limitation that I am not aware for APEX component automation.