SeleniumBasic
SeleniumBasic copied to clipboard
Frame name is changing - Selenium VBA
Hi
Frame name is keep on changing, please help how to switch to this frame - Excel VBA - Selenium.
Thanks Gayathri
Use firebug + firepath or another tool to find the xpath of the iframe.
You will probably need to use the absolute xpath.
If cascading id's are based on iframe one, you can extract the ID and then use it too.
You'll probably need to use xpath with something like this
//iframe[contains(@title,'Service Request Broker')]
Unless I have the actual website I can't verify it.