Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Test automation using selenium webdriver for APEX application

Anilesh Priyadarshi-OracleJan 26 2024 — edited Jan 26 2024

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.

Comments
Post Details
Added on Jan 26 2024
0 comments
1,205 views