fenchu

Results 57 comments of fenchu

Love to see a best practice implementation here. I have implemented an authenticate decorator using functools wraps like I use in Flask. This works fine for bearer tokens and basic...

I'm using norwegian (ÆØÅ), same issue, I can use norwegian in driver calls like .find_element_by_name("Søk") but not in .send_keys(), no issue with other webdrivers.

This is already supported in pytest-html, using the report.extra, In my conftest.py, I have the following, this is called for every test, so you need to have a global to...

This is mostly fixed with geckodriver 0.33.0 and FF113. instead of the script execution you can use the shadow_root: (this refers to everything under `:shadow_root` in the dom) ``` el...

This worked for me on our openldap: `attributes=[ldap.ALL_ATTRIBUTES, ldap3.ALL_OPERATIONAL_ATTRIBUTES]` but when I look up the source: ``` # search attributes ALL_ATTRIBUTES = '*' NO_ATTRIBUTES = '1.1' # as per RFC...

The new msedge also uses chromium and it has a --headless node. It is almost impossible to test without having a headless mode

`help(jwt)` show that this module has been installed: https://pypi.org/project/jwt/, Troublesome sharing namespace

it is jwt that do not go well with pyJWT, it is installen by an update of Safety: ``` #13 63.06 Collecting jwt==1.3.1 (from safety>=2.1.1->multitenant-fullstack-test==0.1) #13 63.07 Downloading jwt-1.3.1-py3-none-any.whl (18...

``` .jenkins-breadcrumbs { position: sticky; top: 0; z-index: 999; display: flex; align-items: center; padding: 0.55rem 0.7rem 0.55rem 0.75rem; backdrop-filter: blur(15px); overflow-x: auto; background: var(--breadcrumbs-bar-background); ``` src/main/frontend/main.scss -> --breadcrumbs-bar-background: hsl(240, 6%,...