Upon executing the code
"document.getElementsByClassName("jobs-company-card__cta-link ember-view");"
in the console using JavaScript, it returns the elements with that class name. However, when I run the code:
driver.findElements(By.className("jobs-company-card__content-wrapper"));
An empty List is returned with no element found.