Add methods for URL asserts
- Add methods for URL asserts
--> 3321e52
--> This resolves #1654 - Update translations
--> 98f49c1 - Update behave/BDD steps
--> a61db3a - Update Recorder Mode
--> e6b9d82
self.assert_url(url) # Assert that the current URL is same as the one provided.
self.assert_url_contains(substring) # Assert that the current URL contains the substring.