I have found the solution, but if I'm completely honest, I'm not sure why it works. Its as simlpe as:
Set searchbar = chrome.FindElementByXPath("//input[@id='jpkm2']")
Does anyone know why this method allows me to access these elements, while looping through all elements on the page doesnt find it, and .FindElementById
throws "NoSuchElementFound" instead?