|
@@ -31,7 +31,7 @@ if __name__ == "__main__":
|
|
|
# set options for headless mode
|
|
|
profile_path = ".firefox"
|
|
|
options = Options()
|
|
|
- options.add_argument("-headless")
|
|
|
+ # options.add_argument("-headless")
|
|
|
|
|
|
# create profile for headless mode and automatic downloading
|
|
|
options.set_preference("profile", profile_path)
|