• Projects 4
  • Rating -
  • Rating 687

Budget: 500 UAH Deadline: 3 days

I need to look at your code and test it. I am superficially familiar with Botasaurus, but I am well acquainted with Selenium, and since Botasaurus uses Selenium under the hood, the issue with selecting options is not new. I need to look at the code, test it, and check.

  • Projects -
  • Rating -
  • Rating 51

Budget: 500 UAH Deadline: 1 day

The problem with Botasaurus is that its latest version uses the CDP protocol, which may have limitations when working with select elements. The main actions that can be tried to resolve this:

1. **Direct interaction via JavaScript**: even if previous attempts through JS were unsuccessful, it might be worth trying more precise approaches to selecting options.
```python
script = """
document.querySelector('select#size-selector').value = 'desired-size';
document.querySelector('select#material-selector').value = 'desired-material';
"""
browser.execute_script(script)
```

Current freelance projects in the category Python

15 July
12 July
10 July
9 July