Following is the element that I located using xpath:
element2 = element1.find_element(:xpath, ".//a")
xpath is .//a
I want to convert it to css. What is equivalent css of it?
Note: .
is important in .//a
because I want to find it with respect to element1
Similarly, what could be css equivalent of ..//a