simonradier / node-red-contrib-simple-webdriver

SimpleWebdriver nodes for Node-RED initially based on node-red-contrib-selenium-wd2
Apache License 2.0
14 stars 7 forks source link

Unable to run scripts #57

Open quantum-fc101 opened 5 months ago

quantum-fc101 commented 5 months ago

Hello, Can you provide an example how to run scripts? I am trying to locate around an element. https://www.selenium.dev/documentation/webdriver/elements/locators/

Can you add the RelativeLocator as a new node?

Thanks

simonradier commented 2 months ago

Hi @quantum-fc101 ,

Sorry for the late reply. I don't get what is your requirement? You can locate element with xPath which follows all the cases specified in the link you shared.

FIY, this is not a selenium implementation, it is similar by some points but is not compatible.

Regards,