Skip to content

Commit

Permalink
Merge pull request #45 from leafbird/master
Browse files Browse the repository at this point in the history
finding Chrome on Windows : now works all Chrome's Language Settings.
  • Loading branch information
Giovanni Collazo committed Dec 10, 2013
2 parents 4848c1b + 81c2196 commit 8407d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def __init__(self, activate_browser):

def chrome(self):
try:
self.SendKeysToAllWindows('.*- Chrome')
self.SendKeysToAllWindows('.*- (Google )?Chrome')
except WindowNotFoundError:
pass

Expand Down

0 comments on commit 8407d0d

Please sign in to comment.