@Grassman Π― Π½Π΅ Π·Π½Π°Ρ Π³Π΄Π΅ ΠΊΡΠΏΠΈΡΡ ΠΏΡΠΎΠΊΡΠΈ Ρ ΠΏΠΎΠ΄Π΄Π΅ΡΠΆΠΊΠΎΠΉ UDP.
Π’Π°ΠΌ Π³Π΄Π΅ ΡΡΠΎ Π½Π΅ΠΎΠ±Ρ
ΠΎΠ΄ΠΈΠΌΠΎ Ρ ΠΈΡΠΏΠΎΠ»ΡΠ·ΡΡ ΡΠ²ΠΎΠΈ ΠΏΡΠΎΠΊΡΠΈ, ΡΠ°ΠΌ Π³Π΄Π΅ ΡΡΠΎ Π½Π΅ ΠΈΠΌΠ΅Π΅Ρ Π·Π½Π°ΡΠ΅Π½ΠΈΡ - Ρ ΠΈΡΠΏΠΎΠ»ΡΠ·ΡΡ ΠΊΡΠΏΠ»Π΅Π½Π½ΡΠ΅ ΠΏΡΠΎΠΊΡΠΈ.
Bas is unable to click on Check box (I agree btn)
-
Browser -> Javascript
I have tested it and it works.
https://www.zoho.com/us/books/signup/// Get a reference to the checkbox element const checkbox = document.getElementById('tos'); // Check if the checkbox is not already checked if (!checkbox.checked) { // Create a click event const clickEvent = new MouseEvent('click', { view: window, bubbles: true, cancelable: true }); // Dispatch the click event on the checkbox checkbox.dispatchEvent(clickEvent); } -
@DuckDuck said in Bas is unable to click on Check box (I agree btn):
//input[@id="tog_agree"]
Both are not worked for me
When I search with //input[@id="tog_agree"] on Chrome developer tool this path only pointing the check box not selection the box. Please see the image attached.

In the bellow Screenshot you can see when i hover the cursor on ::before == $0 its able to select the box, How can I use xpath for this?








