{"id":19121642,"url":"https://github.com/netzulo/selenium-issue-7948","last_synced_at":"2026-06-04T20:30:17.450Z","repository":{"id":179152624,"uuid":"235194341","full_name":"netzulo/selenium-issue-7948","owner":"netzulo","description":"maybe got a selenium issue that avoid ( for me ) to execute tests on my main wrapper for selenium 'qacode'","archived":false,"fork":false,"pushed_at":"2020-01-28T20:19:35.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-19T12:59:58.197Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netzulo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-20T20:36:24.000Z","updated_at":"2020-01-28T20:20:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"e6bb4583-5f98-4647-84d2-0150a3a56ac6","html_url":"https://github.com/netzulo/selenium-issue-7948","commit_stats":null,"previous_names":["netzulo/selenium-issue-7948"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netzulo%2Fselenium-issue-7948","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netzulo%2Fselenium-issue-7948/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netzulo%2Fselenium-issue-7948/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netzulo%2Fselenium-issue-7948/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netzulo","download_url":"https://codeload.github.com/netzulo/selenium-issue-7948/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240177051,"owners_count":19760308,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T05:18:01.161Z","updated_at":"2026-06-04T20:30:17.384Z","avatar_url":"https://github.com/netzulo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Can reproduce bug with **windows 10 (x64)** , **Python 3.6.8** and this **snippet**\r\n\r\n```\r\ngit clone https://github.com/netzulo/maybeissue\r\ncd maybeissue\r\nmkvirtualenv maybeissue\r\nworkon maybeissue\r\npython setup.py clean build install\r\npip install -r requirements-tests.txt\r\npy.test tests/test_poc.py\r\n```\r\n\r\nThat commands results on this installation dependencies\r\n\r\n```\r\natomicwrites==1.3.0\r\nattrs==19.3.0\r\ncolorama==0.4.3\r\nimportlib-metadata==1.4.0\r\nmaybeissue==0.0.0\r\nmore-itertools==8.1.0\r\npackaging==20.0\r\npluggy==0.13.1\r\npy==1.8.1\r\npyparsing==2.4.6\r\npytest==5.3.4\r\nselenium==3.141.0\r\nsix==1.14.0\r\nurllib3==1.25.7\r\nwcwidth==0.1.8\r\nzipp==2.0.0\r\n```\r\n\r\nWith last command you can see traces of \"maybe issue\" when execute pytest testcases\r\n\r\n```\r\n    try:\r\n        basestring\r\n    except NameError:  # Python 3.x\r\n        basestring = str\r\n    \r\n    import shutil\r\n    import sys\r\n    from contextlib import contextmanager\r\n    \r\n    from selenium.webdriver.common.desired_capabilities import DesiredCapabilities\r\n\u003e   from selenium.webdriver.remote.webdriver import WebDriver as RemoteWebDriver\r\nE     File \"c:\\users\\cronos\\envs\\maybeissue2\\lib\\site-packages\\selenium-3.141.0-py3.6.egg\\selenium\\webdriver\\remote\\webdriver.py\", line 359\r\nE       \"\"\"\r\nE        ^\r\nE   SyntaxError: invalid escape sequence \\_\r\n\r\nc:\\users\\cronos\\envs\\maybeissue2\\lib\\site-packages\\selenium-3.141.0-py3.6.egg\\selenium\\webdriver\\firefox\\webdriver.py:29: SyntaxError\r\n```\r\n\r\n\r\n## SOLVED\r\n\r\nUse this while selenium resolvem _( or not , i can't control this )_\r\n\r\nJust a pytest problem at reading some chars on functions documentation marked with \"DeprecatedWarning\" \r\n\r\n```diff\r\n[pytest]\r\n+ filterwarnings =\r\n+    ignore::DeprecationWarning\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetzulo%2Fselenium-issue-7948","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetzulo%2Fselenium-issue-7948","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetzulo%2Fselenium-issue-7948/lists"}