Regression Test Using Selenium
-
hi all
I found an issue when creating a regression test using selenium. Previously I created a selenium script for WordPress 6.2, with the same script I used for WordPress 6.5, specifically when creating a page when I wanted to fill in the title with the help of xpath as a selector, for some reason selenium could not find the element for the title and the script failed to execute.
Is this because there is a difference in the rendering method between WordPress 6.2 and 6.5?Has anyone experienced this or does anyone know why this could happen? I have tried changing the xpath, adding sleep time, but it still doesn’t work
Thank you
The topic ‘Regression Test Using Selenium’ is closed to new replies.