Constructs an FocusFirstCommand object.
string $selector: The selector of the container with tabbable elements.
public function __construct($selector) { $this->selector = $selector; }