Skip to content

Commit

Permalink
wait for loading widget to disappear before filling input
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquintomas2003 committed Feb 1, 2025
1 parent 2c9a3d5 commit 3902cb4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/scraper/bedelias.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ def go_to_groups_and_subjects_page
find('.ui-accordion-header', text: 'TECNOLOGÍA Y CIENCIAS DE LA NATURALEZA').click
find('td', text: 'FING - FACULTAD DE INGENIERÍA', visible: false).click

find('span', text: 'Planes de estudio - FING')

if has_css?('.ui-widget-overlay')
assert_no_selector('.ui-widget-overlay')
end

find('.ui-column-filter').set('INGENIERIA EN COMPUTACION')

within('tr', text: 'INGENIERIA EN COMPUTACION', match: :prefer_exact) do
Expand Down

0 comments on commit 3902cb4

Please sign in to comment.