-
Microsoft
- Sunnyvale, CA
Highlights
- 12 discussions answered
Block or Report
Block or report yury-s
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
playwright-aws-lambda Public
Forked from JupiterOne/playwright-aws-lambda
Support for running Microsoft's Playwright on AWS Lambda and Google Cloud Functions
-
-
-
playwright Public
Forked from microsoft/playwright
Node library to automate Chromium, Firefox and WebKit browsers
TypeScript
-
gecko-dev Public
Forked from mozilla/gecko-dev
Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: http://bit.ly/contribute-code
2,239 contributions in the last year
Contribution activity
March 2022
Created 63 commits in 3 repositories
Created a pull request in microsoft/playwright that received 2 comments
feat(webkit): bump to 1617
This PR also deprecates webkit for 10.15 pinning it to r1616.
Opened 65 other pull requests in 3 repositories
microsoft/playwright
40
merged
1
open
2
closed
- Revert "chore: align setInputFiles in webkit with other browsers (#13…
- chore: align setInputFiles in webkit with other browsers
- browser(webkit): cherry-pick fix for ICF crasher
- browser(firefox): do not send post data > 10Mb to the client
- browser(webkit): introduce grantFileReadAccess command
- feat(route): add cors header in route.fulfill
- feat: large files upload in ff and wk
- cherry-pick(#12892): docs(fetch): clarify cookie handling
- browser(firefox): fast post body conversion to base64
- docs(fetch): clarify cookie handling
- browser(webkit): set input file paths
- feat(chromium): large file uploads
- devops: remove webkit-mac-10.15 from expected builds
- devops: delete deprecated 10.14 build trigger
- feat(webkit): bump to 1617, freeze macOS 10.15
- devops: use xcode 12 on macOS 11 for webkit
- Revert "feat(webkit): bump to 1617 (#12738)"
- fix(webkit): download link for macOS 11
- devops: support build on macOS 11
- docs: delete verification guide
- cherry-pick(1.20): recent assertion docs changes
- docs: fix python link to test-assertions
- docs: update links to assertions docs
- docs: remove unsupported permission "push" from docs
- docs: fix broken link
- Some pull requests not shown.
microsoft/playwright-java
13
merged
- chore: add logging to driver installation
- chore: roll driver, mark 1.20.1
- fix: docker publishing (#851)
- fix: docker publishing
- devops: do not cache mvn packages (#848)
- devops: do not cache mvn packages
- chore: update current version to 1.21.0-SNAPSHOT
- chore: update driver to 1.20.0
- chore: set version to 1.20.0
- fix: send x-playwright-browser
- devops: restore test docker trigger
- chore: roll driver
- feat: roll driver to 3/3/22
microsoft/playwright.dev
1
closed
8
merged
- fix: remove reverence to deleted verification doc
- chore: roll to 3/9/22
- fix(assertions): merge assertions API docs into single file
- chore: roll to 3/4/22
- fix: buitify assertions formatiing
- chore: add screenshotassertions to the sidebar
- fix: expect(locator). instead of locatorAssertions.
- chore: roll #12467 with assertions options fix
- chore: roll to 03/02/22
Reviewed 59 pull requests in 5 repositories
microsoft/playwright
43 pull requests
- feat(webkit): roll to r1621
- browser(webkit): rebase to 03/16/22 (r291344)
- feat(route): add cors header in route.fulfill
- chore(test-runner): support self signed certificate in webServer
- docs(dotnet): add missing Docker image
- chore: fix snippets in release-notes
- docs: refresh CI docs
- feat(firefox): roll to r1321
- fix: allow unnamed cookies
- feat(webkit): roll to r1620
- fix: print all missing libraries when used on unsupported linux distro
-
chore: use
package.jsondirectory to resolve output directory - feat: large files upload in ff and wk
- feat(firefox): roll to r1320
- cherry-pick(#12888): fix(click): workaround elementsFromPoint issue in Chromium
- browser(webkit): skip generate-bundle step if Minibrowser not defined
- docs: automatically test examples
- fix(codegen): do not consider empty attributes for selector generation
- devops: use i686 for webkit on win
- feat(chromium): large file uploads
- chore: fix modification dates in driver
- browser(webkit): rebase to 03/10/22 (r291123)
- devops: move everyone to use xcode 13.2
- fix(test-runner): resolve outputDir wrt rootDir
- fix(expect): toHaveCSS with custom CSS properties
- Some pull request reviews not shown.
microsoft/playwright.dev
6 pull requests
microsoft/playwright-dotnet
5 pull requests
microsoft/playwright-java
4 pull requests
microsoft/playwright-python
1 pull request
Created an issue in microsoft/playwright that received 2 comments
[BUG] duplicate response and responsefailed events in firefox
Currently only reproduces in java (microsoft/playwright-java#838) but that is likely due to different timing as the duplicate events come from the …