Good day. The problem is this: made the auto test python + selenium. On the local computer it works, on the server it starts up with hands, it does not work through jenkins. the test is that it uploads the site, logs in, takes several actions, goes to one of the tabs, and searches through the list for items using the xpath code. on the computer, on the server it finds. through jenkins, everything hangs on the site login-password screen, but does not give an error anywhere except when finding the elements (screwed up the screenshot-maker). between the login password and the search for an element, the program takes several other actions and gives no error, although at every action (again on the screenshots) the same login-password screen.
wait.until(EC.element_to_be_clickable((By.ID, "pass_id"))) driver.find_element_by_id('login').send_keys('login')- blindeSterndriver.maximize_window()? The point may be that the test simply does not see the desired elements of the page? Jenlins in general where is deployed locally or on the server somewhere? What is the OS? - blindeStern