getCourseIDsByScrapingUsing the provided college name, searches for all the CVC IDs of the classes in the college which would be returned in a query with the above parameters. Returns a list of the found IDs. This method uses Selenium to perform the search query.Parameters:
  1. collegeNamestring
    Name of the college whose classes you will search.
  2. C_IDstring
    The C-ID of the class you want to find.
  3. courseSymbolstring
    The course symbol of the class you want to find.
  4. courseNamestring
    The name of the course you want to find.
Returns:
  1. outputlist[string]
    A list of CVC IDs.