NathanDuma / LinkedIn-Easy-Apply-Bot

Automate LinkedIn Easy Apply job applications and answer application-specific questions.
223 stars 84 forks source link

New code needs to changed to questions #65

Open Briwhee opened 1 year ago

Briwhee commented 1 year ago

bot can't answer questions

Questions check

            try:
                question = el.find_element_by_class_name('jobs-easy-apply-form-element')
                question_text = question.find_element_by_class_name('fb-form-element-label').text.lower()

                txt_field_visible = False
                try:
                    txt_field = question.find_element_by_class_name('fb-single-line-text__input')

                    txt_field_visible = True
                except:
                    try:
                        txt_field = question.find_element_by_class_name('fb-textarea')

                        txt_field_visible = True
                    except:
                        pass

etc are not working anymore

voidbydefault commented 1 year ago

This project is dead. Switch over to fork maintained by https://github.com/madingess/EasyApplyBot or by myself (I eventually forked from madingess).