I am getting this error below ,using element_to_be_clickable but I do not use the python str() function anywhere any ideas on what is going on?
element1 = wait1.until(EC.element_to_be_clickable(By.XPATH('//button[text()="Yes" and @class="ui-button ui-corner-all ui-widget"]')));
I tried changing quotations around string supplied the python function itself was having issues decoding the
New contributor
Zobk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.