Skip to content
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

Update Browser Library to latest version(11.3) #380

Closed
DKryczka opened this issue Feb 7, 2022 · 1 comment
Closed

Update Browser Library to latest version(11.3) #380

DKryczka opened this issue Feb 7, 2022 · 1 comment

Comments

@DKryczka
Copy link

DKryczka commented Feb 7, 2022

Is your feature request related to a problem? Please describe.
Latest version of Browser library contains a lot of bug fixes and its more stable version.
Current library version has plenty of bugs

Describe the solution you'd like
I would like to update library with browser binaries to latest version(11.3)

Install Browser library from PyPi with pip:

pip install --upgrade robotframework-browser
Clean old browser binaries and node dependecies:
rfbrowser clean-node
Initialize the Browser library with new node dependecies:
rfbrowser init

If it still doesn't work please use: npx playwright install

Additional context

  1. I would like to ask if it's possible to check library update on separate branch, just to make sure it works good?

  2. Is it possible in case of any problems to revert changes to existing 6.0 version?

  3. In case of any problems with locators with latest library version it's recommended to set strict=False in library import as it is set to True by default.

@ppodgorsek
Copy link
Owner

This has been done as part of issue #386.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants