If the typing method is keysend_type and the time is up, individual letters are sent to nothing causing an ElementNotInteractableException.
If the typing method is keypress_type and the time is up, there won't be a place where the letters can be typed unless somewhere new is selected.
Methods of fixing it so far have caused the program to slow down drastically.
If the typing method is
keysend_typeand the time is up, individual letters are sent to nothing causing anElementNotInteractableException.If the typing method is
keypress_typeand the time is up, there won't be a place where the letters can be typed unless somewhere new is selected.Methods of fixing it so far have caused the program to slow down drastically.