You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, is it possible to add an example of using Photino to populate HTML form, submit with redirect to another page, and get parameter from the URL?
Basically, some common tasks that previously could be done with Selenium and Web Driver?
To be clear, the question is about how to execute JS code for an external website, not local wwwroot.
Update
Tried to add JS code dynamically in page load event in Photino.NET, but got an exception, so probably it's a window creation event, not page load event. In this case, the question is, how do I know when it's safe to execute JS code?
Also, tried to execute method with delay, nothing happened, JS code didn't execute.
The text was updated successfully, but these errors were encountered:
Hi, is it possible to add an example of using Photino to populate HTML form, submit with redirect to another page, and get parameter from the URL?
Basically, some common tasks that previously could be done with Selenium and Web Driver?
To be clear, the question is about how to execute JS code for an external website, not local wwwroot.
Update
Tried to add JS code dynamically in page load event in Photino.NET, but got an exception, so probably it's a window creation event, not page load event. In this case, the question is, how do I know when it's safe to execute JS code?
Also, tried to execute method with delay, nothing happened, JS code didn't execute.
The text was updated successfully, but these errors were encountered: