Commit 6ad88d3
Fix frame_to_be_available_and_switch_to_it() for string inputs (#10967)
* Fix frame_to_be_available_and_switch_to_it() for string inputs
* Add new test for frame_to_be_available_and_switch_to_it()
* Version 4.4.4
* Update Python CHANGES for version 4.4.4
* Use `not isinstance(locator, str)` instead of `type(locator) is not str`
* Skip the version change for now
Co-authored-by: Simon K <[email protected]>
Co-authored-by: Diego Molina <[email protected]>1 parent ce2ee20 commit 6ad88d3
3 files changed
Lines changed: 20 additions & 1 deletion
File tree
- py
- selenium/webdriver/support
- test/selenium/webdriver/common
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
354 | 370 | | |
355 | 371 | | |
356 | 372 | | |
| |||
0 commit comments