Skip to content

Commit c59561a

Browse files
authored
Merge branch 'trunk' into building-selenium
2 parents c649912 + 358be1e commit c59561a

File tree

1 file changed

+112
-0
lines changed

1 file changed

+112
-0
lines changed
Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
---
2+
title: "TLC Meeting - June 8, 2023"
3+
linkTitle: "TLC - June 8, 2023"
4+
date: 2023-06-08
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+
Due to the Selenium Conference, the next meeting will be Thursday, June 22 at 0700 Pacific / 1000 Eastern / 1500 UK / 1930 India.
11+
12+
### Participation
13+
14+
* [titusfortner]
15+
* [diemol]
16+
* [AutomatedTester]
17+
* [harsha509]
18+
* [p0deje]
19+
20+
## Agenda
21+
22+
* Ticket Status
23+
* CDP support
24+
* Membership Updates
25+
* Open items
26+
* Proposals/Decisions
27+
* CI Health
28+
* Selenium 4.10.0
29+
30+
***
31+
32+
### Ticket Status
33+
34+
* 165 open Issues; last meeting: 164
35+
* 33 outstanding PRs; last meeting: 35
36+
37+
### CDP support
38+
39+
* v114 released with 4.10.0
40+
* v115 planned for July 20
41+
42+
### Membership Updates
43+
44+
* No updates
45+
46+
### [Open items](https://github.com/SeleniumHQ/selenium/labels/A-needs%20new%20owner)
47+
48+
* https://github.com/SeleniumHQ/selenium/issues/11526
49+
* September 30, 2023 was decided as the date we will drop support for Java 8. Java 11 will be the minimum.
50+
51+
### Proposals/Decisions
52+
53+
[List of Needs-Decision Issues](https://github.com/SeleniumHQ/selenium/labels/A-needs%20decision)
54+
55+
* Selenium Manager should not remediate issues with drivers on PATH ([#12177](https://github.com/SeleniumHQ/selenium/issues/12177))
56+
* It was decided that if a user has a browser driver on their PATH, that is what should prevail.
57+
* However, this behaviour will change with Selenium 5, where Selenium Manager will be used by default.
58+
* There will be an environment variable to disable Selenium Manager if needed.
59+
* An environment variable to disable internet access in Selenium Manager.
60+
* But if there is an old or incompatible browser driver on the PATH, Selenium Manager will fix that.
61+
62+
63+
### CI Health
64+
65+
* Selenium Manager failing on Windows with Bazel.
66+
* C# sporadically failing due the changes in the runners.
67+
68+
69+
### [4.11 Milestone](https://github.com/SeleniumHQ/selenium/milestone/12)
70+
* Announce end of Java 8 support (with the decided)
71+
* Release with CDP v115
72+
* Including examples, docs & blog(s).
73+
* Bindings rely on Selenium Manager to check the PATH
74+
* Remote File Download support in Bindings
75+
* Actions PRs finally(?) (Titus??)
76+
77+
### Selenium 5 Conversation
78+
* Integrate BiDi & CDP interface
79+
* Fully functional Selenium Manager with auto driver & browser downloads
80+
* Split out code to better highlight ecosystem
81+
82+
### Projects in Progress
83+
84+
* [BiDi API work](https://docs.google.com/document/d/1dCd8Y2PYaR5mOGSmNTwllEHNmFqegfoGkP-TCKvPzSU/edit#)
85+
* [pujagani] & [TamsilAmani] have been working on Java & Ruby implemetnations
86+
* [Selenium Manager](https://github.com/SeleniumHQ/selenium/blob/trunk/rust/README.md#roadmap)
87+
* [Bazel Remote Caching](https://github.com/SeleniumHQ/selenium/issues/11306) (Alex)
88+
* [Complete TypeHints in Python](https://github.com/SeleniumHQ/selenium/issues/9480) - [symonk]
89+
90+
### Backlog
91+
92+
* Add More support to CI [(#11305)](https://github.com/SeleniumHQ/selenium/issues/11305)
93+
* Add TouchActions API to Selenium [(#10808)](https://github.com/SeleniumHQ/selenium/issues/10808)
94+
* Add/fix Bazel support in .NET [(#10465)](https://github.com/SeleniumHQ/selenium/issues/10465)
95+
* JS using TypeScript [(#10942)]https://github.com/SeleniumHQ/selenium/issues/10942
96+
* Add .rbs files in Ruby [(#10943)](https://github.com/SeleniumHQ/selenium/issues/10943)
97+
* Comprehensive command logging across languages [(#10944)](https://github.com/SeleniumHQ/selenium/issues/10944)
98+
* Selenium + Appium consolidation
99+
* Rewrite atoms in TypeScript
100+
* Python Async Rewrite? (Current plan is “doubling” the API)
101+
* .NET Async Rewrite (Current plan is to deprecate Sync code)
102+
103+
[boni_gg]: https://twitter.com/boni_gg/
104+
[harsha509]: https://github.com/harsha509/
105+
[p0deje]: https://github.com/p0deje/
106+
[pujagani]: https://github.com/pujagani/
107+
[TamsilAmani]: https://github.com/TamsilAmani/
108+
[titusfortner]: https://github.com/titusfortner/
109+
[AutomatedTester]: https://github.com/AutomatedTester/
110+
[diemol]: https://github.com/diemol/
111+
[symonk]: https://github.com/symonk
112+
[krmahadevan]: https://github.com/krmahadevan

0 commit comments

Comments
 (0)