|
| 1 | +--- |
| 2 | +title: "TLC Meeting - January 19, 2023" |
| 3 | +linkTitle: "TLC - January 19, 2023" |
| 4 | +date: 2023-01-19 |
| 5 | +--- |
| 6 | + |
| 7 | +Meetings are happening on the `#selenium-tlc` channel on [Selenium Slack](https://selenium.dev/support). |
| 8 | +To add items to the agenda for the next meeting, please see our public [Rolling Agenda](https://docs.google.com/document/d/18InWY44S0C_ECkRkRo8GKictu8BEtsahRsFh17tmUR0/edit#) |
| 9 | + |
| 10 | +The next meeting will be Thursday, February 2 at 0700 Pacific / 1000 Eastern / 1500 UK / 1930 India. |
| 11 | + |
| 12 | +### Participation |
| 13 | + |
| 14 | +TLC members present included: |
| 15 | +* [titusfortner] |
| 16 | +* [diemol] |
| 17 | +* [AutomatedTester] |
| 18 | +* [harsha509] |
| 19 | +* [p0deje] |
| 20 | +* [pujagani] |
| 21 | + |
| 22 | +Note: Due to holidays, this was mostly just a status update |
| 23 | + |
| 24 | +## Agenda |
| 25 | + |
| 26 | +* Ticket Status |
| 27 | +* CDP support |
| 28 | +* Membership Updates |
| 29 | +* Proposals/Decisions |
| 30 | +* CI Health |
| 31 | +* Selenium 4.8 |
| 32 | +* Selenium 4.9 |
| 33 | +* Selenium 5 - Conversation Starter |
| 34 | +* Projects Underway |
| 35 | +* Backlog |
| 36 | + |
| 37 | +*** |
| 38 | + |
| 39 | +### Ticket Status |
| 40 | + |
| 41 | +* 123 open Issues; last meeting: 122 |
| 42 | +* 33 outstanding PRs; last meeting: 30 |
| 43 | + |
| 44 | +### CDP support |
| 45 | + |
| 46 | +* v109 released on January 10, thanks to [titusfortner] for the update! |
| 47 | +* v110 release expected on February 1. |
| 48 | + * Do we do 4.8.1 or jump to 4.9.0? |
| 49 | + * Might use the chance to update Selenium Manager in the release. |
| 50 | + |
| 51 | +### Membership Updates |
| 52 | + |
| 53 | +* [TamsilAmani] to be added as a committer. |
| 54 | + |
| 55 | +### Proposals/Decisions |
| 56 | + |
| 57 | +[List of Needs-Decision Issues](https://github.com/SeleniumHQ/selenium/labels/A-needs%20decision) |
| 58 | + |
| 59 | +* [Link to Docs for Error Messages](https://github.com/SeleniumHQ/selenium/issues/11512) |
| 60 | + * Decision was to move forward with this, we need to figure out what we want to show. Details will follow in the issue. |
| 61 | +* [Allow changing http client config on local drivers](https://github.com/SeleniumHQ/selenium/issues/11158) (Java) |
| 62 | + * Decision was to have a new constructor to accept a ClientConfig to set those values. Details are in the issue. |
| 63 | +* [Java 11 as the minimum supported version for Selenium Java bindings](https://github.com/SeleniumHQ/selenium/issues/11526) (Java) |
| 64 | + * Survey with a couple of options to get a date. |
| 65 | + * Communicate to cloud vendors because they might be affected because of Grid. |
| 66 | + |
| 67 | +### CI Health |
| 68 | + |
| 69 | +* Thanks to [p0deje], CI was overhauled https://github.com/SeleniumHQ/selenium/pull/11544 |
| 70 | + |
| 71 | +### Selenium 4.8 |
| 72 | + |
| 73 | +* Release is in process |
| 74 | + |
| 75 | +### Selenium 4.9 |
| 76 | + |
| 77 | +[Milestone 4.9](https://github.com/SeleniumHQ/selenium/milestone/10) |
| 78 | + |
| 79 | +Goal: feature complete by Feb 1; then examples, docs & blog before Feb 7 |
| 80 | +* Driver Finders |
| 81 | +* Update Selenium Manager output |
| 82 | +* Auto download correct driver for provided browser version or location |
| 83 | + |
| 84 | +### Selenium 5 - Conversation Starter |
| 85 | + |
| 86 | +* Java 11 (if timing works out) |
| 87 | +* Integrate BiDi & CDP interface |
| 88 | +* Fully functional Selenium Manager with auto driver & browser downloads |
| 89 | +* Split out code to better highlight ecosystem |
| 90 | + |
| 91 | +### Projects in Progress |
| 92 | + |
| 93 | +* [BiDi API work](https://docs.google.com/document/d/1dCd8Y2PYaR5mOGSmNTwllEHNmFqegfoGkP-TCKvPzSU/edit#) |
| 94 | + * [pujagani] & [TamsilAmani] have been working on Java & Ruby implemetnations |
| 95 | +* [Selenium Manager](https://github.com/SeleniumHQ/selenium/blob/trunk/rust/README.md#roadmap) |
| 96 | + * [boni_gg] has made a lot of progress this release |
| 97 | +* [Complete TypeHints in Python](https://github.com/SeleniumHQ/selenium/issues/9480) - [symonk] |
| 98 | +* Grid Downloads - [krmahadevan] |
| 99 | + |
| 100 | +### Backlog |
| 101 | + |
| 102 | +* Add More support to CI [(#11305)](https://github.com/SeleniumHQ/selenium/issues/11305) |
| 103 | +* Add TouchActions API to Selenium [(#10808)](https://github.com/SeleniumHQ/selenium/issues/10808) |
| 104 | +* Add/fix Bazel support in .NET [(#10465)](https://github.com/SeleniumHQ/selenium/issues/10465) |
| 105 | +* JS using TypeScript [(#10942)]https://github.com/SeleniumHQ/selenium/issues/10942 |
| 106 | +* Add .rbs files in Ruby [(#10943)](https://github.com/SeleniumHQ/selenium/issues/10943) |
| 107 | +* Comprehensive command logging across languages [(#10944)](https://github.com/SeleniumHQ/selenium/issues/10944) |
| 108 | +* Remove JWP support from Java |
| 109 | +* Selenium + Appium consolidation |
| 110 | +* Rewrite atoms in TypeScript |
| 111 | +* Python Async Rewrite? (Current plan is “doubling” the API) |
| 112 | +* .NET Async Rewrite (Current plan is to deprecate Sync code) |
| 113 | + |
| 114 | +[boni_gg]: https://twitter.com/boni_gg/ |
| 115 | +[harsha509]: https://github.com/harsha509/ |
| 116 | +[p0deje]: https://github.com/p0deje/ |
| 117 | +[pujagani]: https://github.com/pujagani/ |
| 118 | +[TamsilAmani]: https://github.com/TamsilAmani/ |
| 119 | +[titusfortner]: https://github.com/titusfortner/ |
| 120 | +[AutomatedTester]: https://github.com/AutomatedTester/ |
| 121 | +[diemol]: https://github.com/diemol/ |
| 122 | +[symonk]: https://github.com/symonk |
| 123 | +[krmahadevan]: https://github.com/krmahadevan |
0 commit comments