I am not able to access a pop up window using selenium webdriver robot framework.
Steps:
- site "http://carlightking.com/"
- click on "Search By Vehicle" Tab.\
- pop up window opens
I tried to access the pop up using "select window" keyword with some locators like id and name but was unsuccessful. It shows
ValueError: Window locator with prefix 'id' is not supported.
How can I select this pop up window and access elements over it?