I have been using selenium to access a website that has employed anti bot protection. I have discovered SeleniumBase and have found that it has solved my problem. Originally i was thinking that i could use SeleniumBase to proceed past the trouble and then revert back to my selenium to complete the activity. That would save me a lot of time re-coding. However, i am having trouble synching up the selenium activities with the SeleniumBase statements that precede them. I am getting a lot of catching classes that do not inherit from BaseException is not allowed error messages and am also having trouble finding elements by css selector and xpath. I have been using selenium for years so i am pretty good at getting this information.
Is there somewhere that i can go to see code or documentation that would help with my desire to integrate and use the two libraries in a cooperative manner.
Thanks in advance