Skip to Main Content

NoSQL Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Question on Python - Selenium Webdriver

using python-selenium webdriver, I am able to login now....but the problem is... the next page of login is something like i need to click "I AGREE" when I do inspect element it shows like this:
<button class="xl" onclick="return _chain('javascript:showWaitMessage(window);','submitForm(\'_id2\',1,{source:\'_id19\'});return false;',this,event,true)" type="button">I AGREE</button>

How do i capture find_element_by_id or find_element_by_name using the above snippet..

This post has been answered by SureshDooly-Oracle on Jul 22 2021
Jump to Answer
Comments
Post Details
Added on Jul 22 2021
1 comment
263 views