Skip to content

Tag: selenium

Selenium 4.3.0 get the element of button type to python

I am struggling on how to get the button type element in this example, so that I can be able to test it using selenium in python. My Code: I think the code changed because of the selenium version? I need help guys Thank you. Answer There is no such selector type as “type”. You can either use anoth…

Selenium can not find element from workera.ai

I am trying to scrape question answers from workera.ai but I am stuck because Selenium cannot find any element I searched for using class. When I check the page source the element is available but Selenium can not find it. Here is what I am doing. Signup using: https://workera.ai/candidates/signup I don&#8217…