phantombuster / nickjs

Web scraping library made by the Phantombuster team. Modern, simple & works on all websites. (Deprecated)
https://nickjs.org
ISC License
500 stars 48 forks source link

Acessing frame elements #58

Closed frufin closed 5 years ago

frufin commented 5 years ago

Hi, How can we access elements belonging to a frameset frame (in order to click, fill, check visibility, ...)? Thanks !

paps commented 5 years ago

This is unfortunately not a feature that NickJS has. Your best bet would be to tab.open() the frame itself. You might also be able to go down into the frame within the page's context during a tab.evaluate() call.