I have a question, is not the same do a right click on the element and select "Copy" and then copy the xpath or the complete xpath? instead of write on the console
@rithsovannak1837 Жыл бұрын
Sir, I cannot find link access to the demo website, could you help give me the link?
@James-dn7pw4 жыл бұрын
Good learning. One suggestion and I am confused why you still writing xpath in console going back and forth typing $x etc while in other video you showed awesome tool Selectorshub which is amazing , i started using that after watching that video but still finding you writing in old way which is very tedious. :(
@jvandermolen4 жыл бұрын
I thought the JSON Wire Protocol is obsolete.... And selenium now uses W3C protocol?
@MsZision4 жыл бұрын
Yellow arrow is not showing on mine for debugging, can anyone help plz.
@gauribajpai91602 жыл бұрын
I have a question, i tried using Ajax checkbox list for selecting the third record "Cauliflower", driver.FindElement(By.XPath("//input[@name='ctl00$ContentPlaceHolder1$ChildMeal1']/following-sibling::div[text()='Cauliflower']")); but getting an error OpenQA.Selenium.ElementClickInterceptedException : element click intercepted: Element ... is not clickable at point (513, 557). Other element would receive the click: ... (Session info: chrome=101.0.4951.67). Please help me with this.
@MrCricket63110 ай бұрын
You need to maximize your browser. Add this line after you navigate to your URL Driver.Manage().Window.Maximize();