Bug of selenium headless browser in python

option = webdriver.ChromeOptions()
         option.add_argument("--start-maximized")  -sharp 
         option.add_argument("--headless")  -sharp 
         self.driver = webdriver.Chrome(chrome_options=option)

         self.driver.get("https://www.qichacha.com/")
         time.sleep(5)
         response=self.driver.page_source.encode("utf-8")
         print(response)
         self.driver.find_element_by_id("searchkey").send_keys("baidu")
         self.driver.find_element_by_id("V3_Search_bt").click()
         print("asdadsad")
         

clipboard.png

Why is the content returned here a URL? I can go back normally with a head browser!

Mar.18,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3e595-2c422.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3e595-2c422.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?