Skip to content

Conversation

@adwu73
Copy link
Contributor

@adwu73 adwu73 commented Jun 13, 2012

No description provided.

atts = self.execute_script("return [ window.id, window.name, document.title, document.location ];") to atts = self.execute_script("return [ window.id, window.name, document.title, document.url ];") to fix issue 10 - Get Window Titles break in IE 8/Win 7
@adwu73
Copy link
Contributor Author

adwu73 commented Jun 30, 2012

this change can fix issue 58

atts = self.execute_script("return [ window.id, window.name, document.title, document.location ];")
to
atts = self.execute_script("return [ window.id, window.name, document.title, document.url ];")

@adwu73
Copy link
Contributor Author

adwu73 commented Aug 11, 2012

i have submitted a new pull request

@adwu73 adwu73 closed this Aug 11, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant