Selenium is an umbrella project encapsulating a variety of tools and libraries enabling web browser automation. Selenium specifically provides an infrastructure for the W3C WebDriver specification — a ...
Also as is Pyhton you can do select = Select(driver.find_element_by_name('name')) I want same functionality in RSelenium. I was going through the code and felt like something I have to do with queryRD ...