|
| 1 | +--- |
| 2 | +title: "TLC Meeting - November 24, 2022" |
| 3 | +linkTitle: "TLC - November 24, 2022" |
| 4 | +date: 2022-11-24 |
| 5 | +--- |
| 6 | + |
| 7 | +Meetings are happening on the `#selenium-tlc` channel on [Selenium Slack](https://selenium.dev/support). |
| 8 | + |
| 9 | +The next meeting will be Thursday, December 8 at 0700 Pacific / 1000 Eastern / 1500 UK / 1930 India. |
| 10 | + |
| 11 | +### Participation |
| 12 | + |
| 13 | +TLC members present included: |
| 14 | +* [harsha509] |
| 15 | +* [pujagani] |
| 16 | +* [titusfortner] |
| 17 | + |
| 18 | +## Agenda |
| 19 | +* Ticket Status |
| 20 | +* CDP support |
| 21 | +* Membership Updates |
| 22 | +* Proposals |
| 23 | +* CI Health |
| 24 | +* Selenium 4.7 |
| 25 | +* Projects Underway |
| 26 | +* Backlog |
| 27 | + |
| 28 | +*** |
| 29 | + |
| 30 | +### Ticket Status |
| 31 | + |
| 32 | +* 101 open Issues; last meeting: 91 |
| 33 | +* 29 outstanding PRs; last meeting: 23 |
| 34 | + |
| 35 | +### CDP support |
| 36 | + |
| 37 | +* v108 scheduled November 29 |
| 38 | + |
| 39 | +### Membership Updates |
| 40 | + |
| 41 | +* No updates |
| 42 | + |
| 43 | +### [Proposals/Decisions](https://github.com/SeleniumHQ/selenium/labels/A-needs%20decision) |
| 44 | + |
| 45 | +* [Selenium Manager Beta/Dev](https://github.com/SeleniumHQ/selenium/issues/11239) - |
| 46 | +It was agreed that the user should have to specify a non-production browser version in order for it to be used. |
| 47 | +There was a brief discussion about what the bindings would need to do in order to support this in code. |
| 48 | + |
| 49 | +* [Re-add logging endpoints to Grid](https://github.com/SeleniumHQ/selenium/issues/10949) - |
| 50 | + It was agreed not to implement logging features at this time, but that an error |
| 51 | + shouldn't be thrown for a valid method asking about supported logs. |
| 52 | + |
| 53 | +### CI Health |
| 54 | + |
| 55 | +* Tests are green! |
| 56 | +* Some flakiness in JS test before hook that needs to be investigated |
| 57 | +* Related: [p0deje] has done a bunch of work on improving CI with hermetic Ruby & Python implementations, |
| 58 | +Windows testing support in Ruby, and general caching improvements |
| 59 | + |
| 60 | +### Selenium 4.7 |
| 61 | + |
| 62 | +[Milestone 4.7](https://github.com/SeleniumHQ/selenium/milestone/8) |
| 63 | + |
| 64 | +* [.NET 4.6 Support](https://github.com/SeleniumHQ/selenium/issues/10466) - ([jimevans]) |
| 65 | +* [Compress Selenium Manager libraries](https://github.com/SeleniumHQ/selenium/issues/11204)] ([titusfortner]) |
| 66 | +* [Selenium Manager Add Python Modules](https://github.com/SeleniumHQ/selenium/issues/11234) ([symonk]) |
| 67 | +* [Selenium Manager Error Handling](https://github.com/SeleniumHQ/selenium/issues/11301) ([harsha509], [symonk], [boni_gg], [nvborisenko], [titusfortner]) |
| 68 | +* [Fix libssl issues in Selenium Manager](https://github.com/SeleniumHQ/selenium/issues/11291) ([boni_gg], [shs96c]) |
| 69 | + |
| 70 | +Discussed some Python bugs that will require a 4.6.1 release soon. |
| 71 | + |
| 72 | +### Projects in Progress |
| 73 | + |
| 74 | +* [BiDi API work](https://docs.google.com/document/d/1dCd8Y2PYaR5mOGSmNTwllEHNmFqegfoGkP-TCKvPzSU/edit#) — [pujagani] — |
| 75 | +proposal can still use feedback, but [TamsilAmani] & [harsha509] are already working on this |
| 76 | +* [Selenium Manager](https://github.com/SeleniumHQ/selenium/blob/trunk/rust/README.md#roadmap) — [boni_gg] — Milestone 2 almost complete |
| 77 | +* [Bazel Remote Caching](https://github.com/SeleniumHQ/selenium/issues/11306) — [p0deje] — Google Cloud storage and other services being investigated |
| 78 | +* [Python Type Hints](https://github.com/SeleniumHQ/selenium/issues/9480) — [symonk] — still in progress |
| 79 | +* [Implement JS with TypeScript](https://github.com/SeleniumHQ/selenium/issues/10942) — [harsha509] — this is being put on hold in favor of BiDi work |
| 80 | + |
| 81 | +Also discussed [TamsilAmani]'s work to better document Ruby testing with Bazel, and how it would |
| 82 | +be nice to improve documentation in all the languages. |
| 83 | + |
| 84 | +### Backlog |
| 85 | + |
| 86 | +These items were referenced, but not discussed in detail: |
| 87 | + |
| 88 | +* Add More support to CI (#11305) |
| 89 | +* Add TouchActions API to Selenium (#10808) |
| 90 | +* Add/fix Bazel support in .NET (#10465) |
| 91 | +* Add .rbs files in Ruby (#10943) |
| 92 | +* Comprehensive command logging across languages (#10944) |
| 93 | +* Selenium + Appium consolidation |
| 94 | +* Rewrite atoms in TypeScript |
| 95 | +* Python Async Rewrite (Current plan is “doubling” the API) |
| 96 | +* .NET Async Rewrite (Current plan is to deprecate Sync code) |
| 97 | + |
| 98 | + |
| 99 | +[boni_gg]: https://twitter.com/boni_gg/ |
| 100 | +[harsha509]: https://github.com/harsha509/ |
| 101 | +[jimevans]: https://github.com/jimevans/ |
| 102 | +[nvborisenko]: https://github.com/nvborisenko/ |
| 103 | +[p0deje]: https://github.com/p0deje/ |
| 104 | +[pujagani]: https://github.com/pujagani/ |
| 105 | +[shs96c]: https://github.com/shs96c/ |
| 106 | +[symonk]: http://github.com/symonk/ |
| 107 | +[TamsilAmani]: https://github.com/TamsilAmani/ |
| 108 | +[titusfortner]: https://github.com/titusfortner/ |
0 commit comments