Skip to content

Multiple improvements and updates #722

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Oct 22, 2020
Merged

Multiple improvements and updates #722

merged 11 commits into from
Oct 22, 2020

Conversation

mdmintz
Copy link
Member

@mdmintz mdmintz commented Oct 22, 2020

Multiple improvements and updates

  • Add cmd option --disable-ws / --disable-web-security to disable Chrome's Web Security. Chrome Web Security is now enabled by default, which is the default ChromeDriver setting. (See https://stackoverflow.com/questions/3102819/disable-same-origin-policy-in-chrome for more info about it). This change makes it easier to use the SeleniumBase Virtual Device Farm from SeleniumBase tests (See https://seleniumbase.io/devices/), which already sets the Same-Origin policy.
  • Update jQuery version to 3.5.1.
  • Update metadata for charts and presentations.
  • Ignore leading and trailing whitespace for assert_title(TITLE).
  • Make sure --pdb doesn't skip tearDown() on failures.
  • Update Python package requirements:
    -- pip>=20.2.4
    -- setuptools>=50.3.2;python_version>="3.5"
    -- urllib3==1.25.11
    -- traitlets==5.0.5;python_version>="3.7"
    -- virtualenv>=20.0.35
    -- pyotp==2.4.1
    -- zipp==3.3.1;python_version>="3.6"
    -- rich==9.0.1;python_version>="3.6" and python_version<"4.0"
    -- pdfminer.six==20201018;python_version>="3.5"

@mdmintz mdmintz merged commit 1e8438f into master Oct 22, 2020
@mdmintz mdmintz deleted the virtual-device-farm branch October 22, 2020 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant