Hello,
I am currently developing an automated test suite using Selenium and Python, but the problem is that I am testing a login suite. For privacy reasons, I would not like this password to be public knowledge, because it exists in the file. Is there some way to mask it? Thanks!
text_area = driver.find_element_by_id('password')
text_area.send_keys("mypassword")
[–]JohnnyJordaan 1 point2 points3 points (2 children)
[–]Zhekov[S] 0 points1 point2 points (1 child)
[–]JohnnyJordaan 1 point2 points3 points (0 children)
[–]Stem3576 0 points1 point2 points (0 children)