Select the following true statements:
Using Selenium, how can we click on an element at certain coordinates ?
What would be the ideal way to identify an element without ID or Class ?
Consider the following HTML:
Using Selenium WebDriver, how would you select only the element with the 2 classes: 'container' and 'title' ?
Select all the correct answers.