Wikipedia:Reference desk/Archives/Computing/2022 March 7
Appearance
Computing desk | ||
---|---|---|
< March 6 | << Feb | March | Apr >> | Current desk > |
Welcome to the Wikipedia Computing Reference Desk Archives |
---|
The page you are currently viewing is a transcluded archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages. |
March 7
[edit]How can I view my old facebook live videos?
[edit]I am really not having any luck doing that. 2600:1702:690:F7A0:FDFC:C47B:EDBD:D4E6 (talk) 03:33, 7 March 2022 (UTC)
Try this answer. Rizosome (talk) 15:46, 7 March 2022 (UTC)
How do I click 2nd link in infobox of Selenium (software) using Selenium Webdriver?
[edit]I am targeting second link in infobox of Selenium (software) using Selenium Webdriver:
WebElement infobox = driver.findElement(By.cssSelector(".infobox")); //moving scope of webdriver to infobox
List<WebElement> allLinks = driver.findElements(By.tagName(“a”));
infobox.click(allLinks.get(1));
Does my code works ? Rizosome (talk) 15:42, 7 March 2022 (UTC)
You tell me, you are running the program.--TZubiri (talk) 15:58, 10 March 2022 (UTC)