Currently, I am exploring the https://jqueryui.com/selectmenu/ page in an attempt to create an xpath for the initial selector labeled as Select a speed
. Though I have successfully built the xpath up to the iframe, I am unsure how to specifically access the first selector Select a speed
.
//body/div[@id='container']/div[@id='content-wrapper']/div[1]/div[1]/iframe[1]