Link to home
Start Free TrialLog in
Avatar of barrykfl
barrykflFlag for Hong Kong

asked on

Use python selenium driver to login o365 any how ?

Python for o365 login fail ; it must force you click home/business user before password.

I used    selenium chrome driver and want to click this but this click event hidden and class not able click ...any  idea ? thx
my code is like this : tried class_name/ xpath/csss still cannot locate the exact class click event
User generated imagebutton = driver.find_element_by_class_name('inline-block')
button.click()
print(button)
button1 = driver.find_element_by_xpath("//*[@class='table']")
#button1 = driver.find_element_by_class_name('animate slide-in-back')
button1.click()
This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.