How to click on a image on the web page through custom CSS Locator?

How can I use a custom CSS Locator to click on a picture on a web page?

Hi Rebecca,

You need to use the click command with a custom locator to locate the image on the web page. For custom CSS we need the title of the picture on which we are going to click and inculcate that title like :

a[title=\"Go to Facebook home\"].

Go to Facebook home is the title. Use the above locator in the click command