L
L
LordOftheCode2021-10-10 19:14:48
Python
LordOftheCode, 2021-10-10 19:14:48

How to click on this selenium element?

How to click on this element?
616312b93e222541107782.png
I can’t find the locator, if I copy the entire xpath through the element code, I get ( /html/body )

how can I click on it and enter the text?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
ScriptKiddo, 2021-10-10
@ScriptKiddo

Iframe can be found by Xpath
driver.switch_to.frame(iframe)

L
LordOftheCode, 2021-10-10
@LordOftheCode

Tried that, didn't work either.
1vljoml

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question