im trying to find the parent class name on a element, but i don't know how i find it.
Here is a picture of what im trying to find the parent class name of.
What do i need to press to find the parent class name?
I can send the link to the website and show which element I am trying to get parent class name on
To find the parent classname of the WebElement you need to induce WebDriverWait for the visibility_of_element_located() and you can use the following Locator Strategy:
Code Block:
Console Output:
Note : You have to add the following imports :