|
| 1 | +--- |
| 2 | +title: "TLC Meeting - August 17, 2022" |
| 3 | +linkTitle: "TLC - August 17, 2022" |
| 4 | +date: 2022-08-17 |
| 5 | +--- |
| 6 | + |
| 7 | +Meetings are happening on the `#selenium-tlc` channel on [Selenium Slack](https://selenium.dev/support). |
| 8 | + |
| 9 | +## Agenda |
| 10 | +* Ticket Status |
| 11 | +* CDP support |
| 12 | +* Membership Updates |
| 13 | +* PLC status update |
| 14 | +* Proposals |
| 15 | +* Selenium 4.5 |
| 16 | +* Projects Underway |
| 17 | +* Backlog |
| 18 | + |
| 19 | +*** |
| 20 | + |
| 21 | +### Participation |
| 22 | + |
| 23 | +TLC members present included: |
| 24 | +* [AutomatedTester] |
| 25 | +* [diemol] |
| 26 | +* [jimevans] |
| 27 | +* [pujagani] |
| 28 | +* [titusfortner] |
| 29 | + |
| 30 | +### Ticket Status |
| 31 | + |
| 32 | +* 85 open Issues (15 fewer than last meeting) |
| 33 | +* 18 outstanding PRs (2 more than last meeting) |
| 34 | + |
| 35 | +### CDP support |
| 36 | +Support for v105 is already in place. |
| 37 | +v106 is scheduled for September 27. |
| 38 | + |
| 39 | +### Membership Updates |
| 40 | + |
| 41 | +None this meeting |
| 42 | + |
| 43 | +### PLC status update |
| 44 | + |
| 45 | +* PLC and SFC met to talk about the relationship between SFC and SeleniumHQ, and the possibility of Selenium moving to |
| 46 | +another foundation. More internal discussion is planned now that PLC is being more active. |
| 47 | +* Berlin Test Automation Summit is next week. Planning seems to be going well, however we need a more clear agenda for Wednesday and Thursday. |
| 48 | + * Wednesday will be an official WebDriver BiDi working group session with |
| 49 | +browser vendors to talk about how to implement new functionality in Selenium. |
| 50 | + * Thursday is for maintainers of WebDriver based frameworks to meet with Selenium devs |
| 51 | +to discuss ways to improve collaboration going forward. |
| 52 | + * Friday is for invited applicants to join maintainers to work on code. |
| 53 | +* Chicago Conference Status |
| 54 | + Committee is prepping Call for Papers; a placeholder exists on the site. |
| 55 | + |
| 56 | +### Proposals |
| 57 | + |
| 58 | +* Selenium Manager — It was agreed that Boni would start development based on direction outlined in |
| 59 | +[document](https://docs.google.com/document/d/16TwXLJdeW1r4QHp8PlqC-7C4Max1HV25hZGkK5eGUKQ/edit#heading=h.uz3z4e5kmnok); |
| 60 | +he will update us when he has something to demo |
| 61 | +* IE Mode in Edge [Issue #10729](https://github.com/SeleniumHQ/selenium/issues/10729) — It was agreed that we would |
| 62 | +not update Selenium bindings code and would rely on IE Driver updates in [PR #10938](https://github.com/SeleniumHQ/selenium/pull/10938); |
| 63 | +expecting Microsoft to review the code in early September. The IE Driver changes will default to using Edge in IE Mode |
| 64 | +if IE redirects to Edge on the system by default, and if `ie.edgechromium` is set to true, the driver will automatically |
| 65 | +locate Edge without the user needing to specify the location. |
| 66 | +* InvalidSelectorException should not extend NoSuchElementException [Issue #10833](https://github.com/SeleniumHQ/selenium/issues/10833) — |
| 67 | +it was agreed this was likely a good idea, and that while it breaks backwards compatibility, it probably won't be |
| 68 | +an issue in people's code unless they are doing something that is probably a bad idea, anyway. We need to write a |
| 69 | +blog post about this change if we do it. |
| 70 | +* Actions class updates [Issue #10729](https://github.com/SeleniumHQ/selenium/issues/10729) — it was agreed to |
| 71 | +implement proposals 1 and 2 for now. |
| 72 | + |
| 73 | +### Selenium 4.5 |
| 74 | + |
| 75 | +Mentioned we would like to release the week of August 29, but need a better plan for what will be included. |
| 76 | + |
| 77 | +### Projects in Progress |
| 78 | + |
| 79 | +Did not get to this item in agenda |
| 80 | + |
| 81 | +### Backlog |
| 82 | + |
| 83 | +Did not get to this item in agenda |
| 84 | + |
| 85 | + |
| 86 | +[AutomatedTester]: https://github.com/AutomatedTester/ |
| 87 | +[diemol]: https://github.com/diemol/ |
| 88 | +[jimevans]: https://github.com/jimevans/ |
| 89 | +[pujagani]: https://github.com/pujagani/ |
| 90 | +[titusfortner]: https://github.com/titusfortner/ |
0 commit comments