Returns selectors handler.
SelectorsHandler
Accessing the selectors handler in the element is deprecated as of 1.7 and will be impossible in 2.0.
protected function getSelectorsHandler() { @trigger_error(sprintf('The method %s is deprecated as of 1.7 and will be removed in 2.0', __METHOD__), E_USER_DEPRECATED); return $this->session ->getSelectorsHandler(); }