issues
search
Codeception
/
module-webdriver
WebDriver module for Codeception
MIT License
36
stars
25
forks
source link
Negative tab offset crashes
#108
Closed
webmaster777
closed
2 years ago
webmaster777
commented
2 years ago
Two things:
Fix a bug when the current tab (window handle) is the first in the list, the previous handle is accessed via key
-1
, which doesn't exist.
Prevent closing the last tab, it will destroy the selenium session (most likely unintentionally).
Naktibalda
commented
2 years ago
Released as 3.1.3, 2.0.4 and 1.4.1
Two things:
-1
, which doesn't exist.