Cannot Get CSS Value from object within iframe

No problem. I prefer not to use the ‘parent object’ option, it used to be pretty flaky. Like here:

Another thing to consider is to add a wait condition after switching to the iframe and before interacting with anything in the iframe, just in case the element hasn’t been loaded yet.

WebUI.switchToFrame(...)
WebUI.waitForElementClickable(...)
WebUI.click(...)
2 Likes