Skip to content

Commit

Permalink
Remove current_url
Browse files Browse the repository at this point in the history
  • Loading branch information
keitaoouchi committed Aug 6, 2013
1 parent 510b2c4 commit 4a66719
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/seleniumwrapper/wrapper.py
Expand Up @@ -255,11 +255,6 @@ def __getattribute__(self, name):
def __getattr__(self, name):
return self._wrapped, getattr(self._wrapped, name)

@property
def current_url(self):
self.by_tag("body", self._timeout)
return self._wrapped.current_url

def _is_selectable(self):
return self.unwrap.tag_name == 'select'

Expand Down

0 comments on commit 4a66719

Please sign in to comment.