mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
6d7d37061d
**Description** When a language port was using Inspector with the "Locator Picker" feature, it only recognised JavaScript as a language by default. As a workaround the user was able to click record, interact with the page and then the language would be correctly used -> csharp e.g. would work in the "Locator Picker". **Why?** Our language bindings are setting `PW_LANG_NAME=<sdkLanguage>` env var -> good. Our recorder harness also uses this along its internal state here: |
||
---|---|---|
.. | ||
cli-codegen-1.spec.ts | ||
cli-codegen-2.spec.ts | ||
cli-codegen-3.spec.ts | ||
cli-codegen-csharp.spec.ts | ||
cli-codegen-java.spec.ts | ||
cli-codegen-javascript.spec.ts | ||
cli-codegen-pytest.spec.ts | ||
cli-codegen-python-async.spec.ts | ||
cli-codegen-python.spec.ts | ||
cli-codegen-test.spec.ts | ||
console-api.spec.ts | ||
inspectorTest.ts | ||
pause.spec.ts |