openbullet / OpenBullet2

OpenBullet reinvented
https://docs.openbullet.dev/
MIT License
1.8k stars 481 forks source link

[Bug]: Puppeteer [Specified method is not supported.] #1070

Open JustAPR opened 4 months ago

JustAPR commented 4 months ago

This issue respects the following points:

Description of the bug

after upgrading to version 0.3.1 my old config is not working in the expected manner, it throws an specified method is not supported, i tested my config on 0.2.5 again it's working fine

image image

Reproduction steps

1.Start ob2 native client

  1. head over to a Puppeteer config
  2. try click method using XPATH

What is the current bug behavior?

Throws Specified method is not supported. Exception

What is the expected correct behavior?

Click should be performed

Version of the client

0.3.1

Type of client

Native client

Environment

- OS: Windows 11
- Virtualization:
- Browser: Chrome 126.0.6478.127 (Official Build) (64-bit) (cohort: Stable)

OpenBullet2 logs

No response

Client / Browser logs

No response

Relevant screenshots or videos

image image

Relevant LoliCode if needed

BLOCK:PuppeteerClick
  findBy = XPath
  identifier = "/html/body/div[9]/div/div/div[2]/div[3]/form/div[3]/div"
ENDBLOCK

Additional information

No response