Skip to content

Commit

Permalink
version bump + minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
englehardt committed Jan 6, 2015
1 parent d16a03b commit 77d49f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
0.1.1 - Simplfied load of default settings, including wiki demo
0.2.0 - Complete re-write of HTTP Cookie parsing
0.2.1 - Support for MITMProxy v0.11 + minor bugfixes
0.2.2 - Browse command + better scrolling + bugfixes
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2
2 changes: 1 addition & 1 deletion automation/Commands/browser_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def get_website(url, webdriver, proxy_queue, browser_params):
for window in windows:
if window != main_handle:
webdriver.switch_to_window(window)
webdriver.exit()
webdriver.close()
webdriver.switch_to_window(main_handle)

if browser_params['bot_mitigation']:
Expand Down

0 comments on commit 77d49f9

Please sign in to comment.