All Questions
3 questions
0
votes
1
answer
522
views
How to handle multiple tabs using Playwright Java & POM and interact with elements inside the new tab
How to handle multiple tabs using Playwright Java & POM and interact with elements inside the new tab?
I am using PageBase class and here is the basic content of it
public class PageBase {
...
0
votes
0
answers
242
views
How to programmatically manipulate and resend a heavy javascipt post request?
I am trying to write a script which captures post requests and manipulate them and resend them to the server. The page has heavy javascripts and it is hard to emulate the behavior with low-level ...
0
votes
1
answer
102
views
considerations to keep browser running on server/cloud to track real time data
I'm trying to track a slack channel I'm part of but I don't wanna/can install slack apps, so I thought about browser automation and keep a browser open and running with playwright/selenium. I'm unsure ...