I want to make a custom browser script for a different page, but I don't know what to search on the web to get help to make progress on my scripts. I see it's Groovy, which runs on Java, and there are a lot of frameworks and other things that have a component named BrowserPane which makes it impossible to search what I want to do, and google results come back to the scripts hosted in this repository.
I am losing a lot of hours trying to make a single change. Can you give me and any other potential people who want to make scripts while not knowing Java at all a good starter point? Like, I just want to know what this BrowserPane exactly is. I am keep getting documentation of BrowserPane on the web that don't even have getBrowser() or loadURL() method listed.
I want to make a custom browser script for a different page, but I don't know what to search on the web to get help to make progress on my scripts. I see it's Groovy, which runs on Java, and there are a lot of frameworks and other things that have a component named BrowserPane which makes it impossible to search what I want to do, and google results come back to the scripts hosted in this repository.
I am losing a lot of hours trying to make a single change. Can you give me and any other potential people who want to make scripts while not knowing Java at all a good starter point? Like, I just want to know what this BrowserPane exactly is. I am keep getting documentation of BrowserPane on the web that don't even have
getBrowser()orloadURL()method listed.