-
Microsoft
- Sunnyvale, CA
Highlights
- 13 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,015 contributions in the last year
Contribution activity
May 2022
Created 46 commits in 5 repositories
Created 2 repositories
- yury-s/playwright-vscode TypeScript
- yury-s/percy-playwright JavaScript
Created a pull request in microsoft/playwright that received 4 comments
browser(webkit): clear extra http headers on successive calls
This fixes webkit flakiness of library/browsercontext-set-extra-http-headers.spec.ts - should override extra headers from browser context test. The…
Opened 47 other pull requests in 5 repositories
microsoft/playwright
2
open
24
merged
1
closed
- docs: maxDiffPixels description typo
- fix: do not override console object in worker
- docs: fix typo in soft assertions example
- fix: filechooser interception in OOPIFs
- fix(runner): ignore .gitignore if testDir is explicitly configured
- docs: update macOS required version
- docs: definition of enabled state
- docs: fix toHaveScreenshot.animations doc
- browser(webkit): follow-up to recent roll
- browser(webkit): delete initiatorIdentifierForEventSource
- browser(webkit): fix COOP preference after #14087
- browser(webkit): fix process swap related error message in WPE
- browser(webkit): fix use after free when context is being destroyed
- docs: give value parameter proper name
- browser(webkit): use WebCookieManager to manipulate cookies
- browser(webkit): revert last change and reapply it properly
- docs: fix method name in java example
- browser(webkit): revert upstreamed build fixes
- browser(webkit): revert pson setting api in wpe
- test: skip "should scroll zero-sized element" on mac 10.15
- test: enable smooth scroll click after webkit roll
- feat(chromium): roll tot (1003), ignore unknown session error
- browser(webkit): fix linux compilation with clang
- browser(webkit): scroll into view instantly
- test: scroll and click with smooth scroll behavior
- Some pull requests not shown.
microsoft/playwright-java
8
merged
2
closed
- test: make install test not skip browser downloads
- devops: bump version to 1.23.0-SNAPSHOT
- devops: set version 1.22.0, driver to 1.22.0
- feat: support cyclic references
- feat: roll beta driver, remove layout selectors
- feat: implement Locator.filter
- feat: roll driver, implement locator filters
- test: unflake TestInstall.shouldThrowWhenBrowserPathIsInvalid
- devops: add workflow triggering internal tests
- feat: add driver for mac arm64
WebKit/WebKit
1
open
5
merged
2
closed
- WKHTTPCookieStoreDeleteAllCookies should wait for response from network process before invoking callback
- WKHTTPCookieStore tests should use removeDataOfTypes to delete all cookies
- check-webkit-style: more strict upper case enum exceptions
- Introduce WKHTTPCookieStore.deleteAllCookies
- Web Inspector: support EventSource resource type in Network Panel
- Add my github username to contributors.json
- check-webkit-style: validate enums declared with explicit type
- check-webkit-style: allow all upper case value in ResourceRequestBase::Requester
microsoft/playwright-vscode
1
closed
percy/percy-playwright
1
merged
Reviewed 49 pull requests in 5 repositories
microsoft/playwright
25 pull requests
- docs: make ts snippets esm-friendly
- feat(webkit): roll to r1652
- docs(dotnet): add api-testing doc.
- fix(ts): export types explicitly
- browser(webkit): rebase to 05/26/22 (r294871)
- test: mark ff video tests as failing
- test(video): add video scale test
- fix(tracing): invalidate non-stalling evaluates on crash
- fix: expect.toHaveScreenshot.animations types
- fix(leak): do not retain test fixtures in worker fixtures
- chore: bump TypeScript to 4.6
- browser(webkit): rebase to 05/20/22 (r294541)
- chore(dotnet): generate object types from protocol
- feat(webkit): roll to r1648
- fix(route): support route w/ async handler & times
- chore: render titles on all matching nodes
- test: try to unflake video spec
- devops: fix firefox-beta build
- docs(dotnet): add API testing
- test(stress): add stress tests
- devops: fix prepare_checkout script
- browser(ff-beta): roll Firefox beta to 101.0b8
- browser(webkit): rebase to 05/11/22 (r294047)
- chore: serialize circular objects
- devops: report cumulative build status in telegram
- Some pull request reviews not shown.
microsoft/playwright-dotnet
7 pull requests
- chore: add local library playground
- test: add test for connectOverCDP get all pages
- test: fix flaky tests with concurrent file reads on test server
- test: fix ShouldOverrideExtraHeadersFromBrowserContext on WebKit
- fix: fix progress bar reporting on Windows
- feat: add API testing
- chore: generate object types from protocol
microsoft/playwright-java
3 pull requests
WebKit/WebKit
2 pull requests
microsoft/playwright-python
1 pull request
Created an issue in microsoft/playwright that received 1 comment
[BUG] route.continue cannot remove origin header in WebKit
It is possible to set it to a new value but not to delete in WebKit. This was originally discovered in #13106