diff --git a/browserstack/local_binary.py b/browserstack/local_binary.py index 14ca29c..879f957 100644 --- a/browserstack/local_binary.py +++ b/browserstack/local_binary.py @@ -156,7 +156,7 @@ def read_chunk(chunk_size): def __verify_binary(self,path): try: binary_response = subprocess.check_output([path,"--version"]).decode("utf-8") - pattern = re.compile("BrowserStack Local version \d+\.\d+") + pattern = re.compile(r"BrowserStack Local version \d+\.\d+") return bool(pattern.match(binary_response)) except: return False
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: